Class RestGroupUser
Represents a REST-based group user.
Implements
IEntity<System.UInt64>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Declaration
bool IVoiceState.IsDeafened { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
IVoiceState.IsMuted
Declaration
bool IVoiceState.IsMuted { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
IVoiceState.IsSelfDeafened
Declaration
bool IVoiceState.IsSelfDeafened { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
IVoiceState.IsSelfMuted
Declaration
bool IVoiceState.IsSelfMuted { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
IVoiceState.IsStreaming
Declaration
bool IVoiceState.IsStreaming { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
IVoiceState.IsSuppressed
Declaration
bool IVoiceState.IsSuppressed { get; }
Returns
| Type | Description |
|---|---|
| System.Boolean |
IVoiceState.VoiceChannel
Declaration
IVoiceChannel IVoiceState.VoiceChannel { get; }
Returns
| Type | Description |
|---|---|
| IVoiceChannel |
IVoiceState.VoiceSessionId
Declaration
string IVoiceState.VoiceSessionId { get; }
Returns
| Type | Description |
|---|---|
| System.String |