Table of Contents

Class SocketVoiceChannel

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public class SocketVoiceChannel : SocketTextChannel, IChannel, IPartialChannel, ISnowflake, IMentionable, IGuildChannel, ITextable
Inheritance
object
SocketVoiceChannel
Implements
Inherited Members
Extension Methods

Properties

Guild

public SocketGuild Guild { get; }

Property Value

SocketGuild

VoiceStates

public ConcurrentDictionary<string, SocketVoiceState> VoiceStates { get; }

Property Value

ConcurrentDictionary<string, SocketVoiceState>