crux_structs v0.1.0 Crux.Structs.Reaction View Source

Represents a Discord Reaction Object.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Crux.Structs.Reaction{
  count: integer(),
  emoji: Crux.Structs.Emoji.t(),
  me: boolean()
}