Class SocketVoiceState
Fluxer entity with client attached.
public class SocketVoiceState : VoiceState, IVoiceState
- Inheritance
-
objectSocketVoiceState
- Implements
- Inherited Members
Properties
Channel
Channel for the voice state.
public Channel? Channel { get; }
Property Value
Guild
Guild for the voice state.
public SocketGuild? Guild { get; }
Property Value
Methods
Create(FluxerBaseClient, VoiceStateJson, Channel)
Create a SocketVoiceState object from json.
public static SocketVoiceState Create(FluxerBaseClient client, VoiceStateJson json, Channel channel)
Parameters
clientFluxerBaseClientjsonVoiceStateJsonchannelChannel