BaseGuildManager¶
Inherited By: GuildManager
Methods¶
| return type | signature |
|---|---|
| Guild | construct_guild ( Dictionary _data ) |
| Guild.Member | construct_guild_member ( Dictionary _data ) |
| Guild.Role | construct_role ( Dictionary _data ) |
| Guild.Invite | construct_invite ( Dictionary _data ) |
| Guild.GuildScheduledEvent | construct_guild_scheduled_event ( Dictionary _data ) |
| Guild.VoiceState | construct_voice_state ( Dictionary _data ) |
| void | update_guild ( Guild _guild, Dictionary _data ) |
| void | update_guild_member ( Guild.Member _member, Dictionary _data ) |
| void | update_role ( Guild.Role _role, Dictionary _data ) |
| void | update_voice_state ( Guild.VoiceState _state, Dictionary _data ) |
| String | get_class ( ) |
Method Descriptions¶
-
Guild construct_guild ( Dictionary _data )
There is currently no description for this method.
-
Guild.Member construct_guild_member ( Dictionary _data )
There is currently no description for this method.
-
Guild.Role construct_role ( Dictionary _data )
There is currently no description for this method.
-
Guild.Invite construct_invite ( Dictionary _data )
There is currently no description for this method.
-
Guild.GuildScheduledEvent construct_guild_scheduled_event ( Dictionary _data )
There is currently no description for this method.
-
Guild.VoiceState construct_voice_state ( Dictionary _data )
There is currently no description for this method.
-
void update_guild ( Guild _guild, Dictionary _data )
There is currently no description for this method.
-
void update_guild_member ( Guild.Member _member, Dictionary _data )
There is currently no description for this method.
-
void update_role ( Guild.Role _role, Dictionary _data )
There is currently no description for this method.
-
void update_voice_state ( Guild.VoiceState _state, Dictionary _data )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.