View Source Nostrum.Struct.Overwrite (Nostrum v0.8.0)
Struct representing a Discord overwrite.
Link to this section Summary
Link to this section Types
@type allow() :: integer()
Permission bit set
@type deny() :: integer()
Permission bit set
@type id() :: Nostrum.Snowflake.t()
Role or User id
@type type() :: 0 | 1
Either 0
(role) or 1
(member)