Nostrum v0.4.0 Nostrum.Struct.Message.Reaction View Source

Struct representing a Discord message reaction.

Link to this section Summary

Types

Times this emoji has been used to react

Emoji information

Whether the current user is the one who reacted

t()

Link to this section Types

Times this emoji has been used to react

Emoji information

Whether the current user is the one who reacted

Link to this type

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