crux_structs v0.1.0 Crux.Structs.User View Source

Represents a Discord User Object

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Crux.Structs.User{
  avatar: String.t() | nil,
  bot: boolean(),
  discriminator: String.t(),
  id: integer(),
  username: String.t()
}