struct Discord::VoiceState
- Discord::VoiceState
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/voice.crConstructors
Instance Method Summary
- #channel_id : Snowflake | Nil
- #channel_id=(channel_id : Snowflake | Nil)
- #deaf : Bool
- #deaf=(deaf : Bool)
- #guild_id : Snowflake | Nil
- #guild_id=(guild_id : Snowflake | Nil)
- #member : GuildMember | Nil
- #member=(member : GuildMember | Nil)
- #mute : Bool
- #mute=(mute : Bool)
- #self_deaf : Bool
- #self_deaf=(self_deaf : Bool)
- #self_mute : Bool
- #self_mute=(self_mute : Bool)
- #session_id : String
- #session_id=(session_id : String)
- #suppress : Bool
- #suppress=(suppress : Bool)
- #user_id : Snowflake
- #user_id=(user_id : Snowflake)