crux_structs v0.1.3 Crux.Structs.Overwrite View Source

Represents a Discord Overwrite Object.

Link to this section Summary

Functions

Creates a Crux.Structs.Overwrite struct from raw data

Link to this section Types

Link to this type t() View Source
t() :: %Crux.Structs.Overwrite{
  allow: integer(),
  deny: integer(),
  id: integer(),
  type: String.t()
}

Link to this section Functions

Creates a Crux.Structs.Overwrite struct from raw data.

Automatically invoked by Crux.Structs.create/2.