PermissionOverwrite

Undocumented in source.

Constructors

this
this(Channel channel, JSON obj)
Undocumented in source.

Members

Functions

getID
Snowflake getID()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(JSON obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Model
Undocumented in source.

Variables

allow
Permission allow;
Undocumented in source.
channel
Channel channel;
Undocumented in source.
deny
Permission deny;
Undocumented in source.
id
Snowflake id;
Undocumented in source.
type
PermissionOverwriteType type;
Undocumented in source.

Mixed In Members

From mixin Model

this
this(Client client, JSON obj)
Undocumented in source.
after
auto after(Duration delay)
Undocumented in source. Be warned that the author may not have intended to support it.
chain
auto chain()
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IModel

client
Client client;
Undocumented in source.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(JSON obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta