Elixir v0.2.0 Nostrum.Struct.Message.Reaction

Struct representing a Discord message reaction.

Summary

Types

Times this emoji has been used to react

Emoji information

Whether the current user is the one who reacted

t()

Types

count()
count() :: integer

Times this emoji has been used to react

emoji()
emoji() :: Emoji.t

Emoji information

me()
me() :: boolean

Whether the current user is the one who reacted

t()
t() :: %Nostrum.Struct.Message.Reaction{count: count, emoji: emoji, me: me}