ModifyMember
public enum ModifyMember
Modify a guild member.
-
The id of the channel to move this member to. If they’re connected to voice.
Declaration
Swift
case channel(String)
-
Whether this member is deafened.
Declaration
Swift
case deaf(Bool)
-
Whether this member is muted.
Declaration
Swift
case mute(Bool)
-
The nick for this member.
Declaration
Swift
case nick(String?)
-
The roles this member should have.
Declaration
Swift
case roles([DiscordRole])