View Source Nostrum.Struct.Message.Reaction (Nostrum v0.9.0)

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

@type count() :: integer()

Times this emoji has been used to react

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

Emoji information

@type me() :: boolean()

Whether the current user is the one who reacted

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