Class RestGroupUser
Represents a REST-based group user.
Implements
Inherited Members
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class RestGroupUser : RestUser, IUpdateable, IGroupUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence, IVoiceState
Explicit Interface Implementations
| Improve this Doc View SourceIVoiceState.IsDeafened
Gets a value that indicates whether this user is deafened by the guild.
Declaration
bool IVoiceState.IsDeafened { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
IVoiceState.IsMuted
Gets a value that indicates whether this user is muted (i.e. not permitted to speak via voice) by the guild.
Declaration
bool IVoiceState.IsMuted { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
IVoiceState.IsSelfDeafened
Gets a value that indicates whether this user has marked themselves as deafened.
Declaration
bool IVoiceState.IsSelfDeafened { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
IVoiceState.IsSelfMuted
Gets a value that indicates whether this user has marked themselves as muted (i.e. not permitted to speak via voice).
Declaration
bool IVoiceState.IsSelfMuted { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
IVoiceState.IsStreaming
Gets a value that indicates if this user is streaming in a voice channel.
Declaration
bool IVoiceState.IsStreaming { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
IVoiceState.IsSuppressed
Gets a value that indicates whether the user is muted by the current user.
Declaration
bool IVoiceState.IsSuppressed { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
IVoiceState.VoiceChannel
Gets the voice channel this user is currently in.
Declaration
IVoiceChannel IVoiceState.VoiceChannel { get; }
Returns
| Type | Description |
|---|---|
| IVoiceChannel | A generic voice channel object representing the voice channel that the user is currently in; |
IVoiceState.VoiceSessionId
Gets the unique identifier for this user's voice session.
Declaration
string IVoiceState.VoiceSessionId { get; }
Returns
| Type | Description |
|---|---|
| System.String |