Nostrum.Struct.Message.Reaction (nostrum v0.11.0-dev)

View Source

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()

@type count() :: integer()

Times this emoji has been used to react

emoji()

@type emoji() :: Nostrum.Struct.Emoji.t()

Emoji information

me()

@type me() :: boolean()

Whether the current user is the one who reacted

t()

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