Table of Contents

Class SocketVoiceState

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class SocketVoiceState : VoiceState, IVoiceState
Inheritance
object
SocketVoiceState
Implements
Inherited Members

Properties

Channel

Channel for the voice state.

public Channel? Channel { get; }

Property Value

Channel

Guild

Guild for the voice state.

public SocketGuild? Guild { get; }

Property Value

SocketGuild

Methods

Create(FluxerBaseClient, VoiceStateJson, Channel)

Create a SocketVoiceState object from json.

public static SocketVoiceState Create(FluxerBaseClient client, VoiceStateJson json, Channel channel)

Parameters

client FluxerBaseClient
json VoiceStateJson
channel Channel

Returns

SocketVoiceState