crux_structs v0.1.0 Crux.Structs.Emoji View Source

Represents a Discord Emoji Object.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Crux.Structs.Emoji{
  animated: boolean(),
  id: integer(),
  managed: boolean(),
  name: String.t(),
  require_colons: boolean(),
  roles: MapSet.t(integer()),
  user: integer()
}