Nostrum v0.4.0 Nostrum.Struct.Overwrite View Source

Struct representing a Discord overwrite.

Link to this section Summary

Types

Permission bit set

Permission bit set

Role or User id

t()

Either 'role' or 'member'

Link to this section Types

Permission bit set

Permission bit set

Role or User id

Link to this type

t() View Source
t() :: %Nostrum.Struct.Overwrite{
  allow: allow(),
  deny: deny(),
  id: id(),
  type: type()
}

Either 'role' or 'member'