GuildMemberEditAction¶
Inherits: DiscordRESTAction < Reference < Object
Methods¶
| return type | signature |
|---|---|
| Guild.Member | submit ( ) coroutine |
| GuildMemberEditAction | set_nickname ( String nickmane ) |
| GuildMemberEditAction | set_roles ( Array role_ids ) |
| GuildMemberEditAction | mute ( bool value ) |
| GuildMemberEditAction | deafen ( bool value ) |
| GuildMemberEditAction | move_to_channel ( int channel_id ) |
| GuildMemberEditAction | timeout ( int until ) |
| GuildMemberEditAction | remove_nickname ( ) |
| GuildMemberEditAction | clear_roles ( ) |
| GuildMemberEditAction | remove_timeout ( ) |
| GuildMemberEditAction | reason ( String why ) |
| String | get_class ( ) |
Method Descriptions¶
-
GuildMemberEditAction GuildMemberEditAction ( DiscordRESTMediator rest, int guild_id, int member_id )
There is currently no description for this method.
-
Guild.Member submit ( ) coroutine
Edits the guild member.
-
GuildMemberEditAction set_nickname ( String nickmane )
There is currently no description for this method.
-
GuildMemberEditAction set_roles ( Array role_ids )
There is currently no description for this method.
-
GuildMemberEditAction mute ( bool value )
There is currently no description for this method.
-
GuildMemberEditAction deafen ( bool value )
There is currently no description for this method.
-
GuildMemberEditAction move_to_channel ( int channel_id )
There is currently no description for this method.
-
GuildMemberEditAction timeout ( int until )
There is currently no description for this method.
-
GuildMemberEditAction remove_nickname ( )
There is currently no description for this method.
-
GuildMemberEditAction clear_roles ( )
There is currently no description for this method.
-
GuildMemberEditAction remove_timeout ( )
There is currently no description for this method.
-
GuildMemberEditAction reason ( String why )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.