Skip to main content

Class RestGroupUser

Represents a REST-based group user.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RestGroupUser : RestUser, IUpdateable, IGroupUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence, IVoiceState

Properties​

IVoiceState.IsDeafened​

Gets a value that indicates whether this user is deafened by the guild.

View Source​
Declaration
bool IVoiceState.IsDeafened { get; }

IVoiceState.IsMuted​

Gets a value that indicates whether this user is muted (i.e. not permitted to speak via voice) by the guild.

View Source​
Declaration
bool IVoiceState.IsMuted { get; }

IVoiceState.IsSelfDeafened​

Gets a value that indicates whether this user has marked themselves as deafened.

View Source​
Declaration
bool IVoiceState.IsSelfDeafened { get; }

IVoiceState.IsSelfMuted​

Gets a value that indicates whether this user has marked themselves as muted (i.e. not permitted to speak via voice).

View Source​
Declaration
bool IVoiceState.IsSelfMuted { get; }

IVoiceState.IsSuppressed​

Gets a value that indicates whether the user is muted by the current user.

View Source​
Declaration
bool IVoiceState.IsSuppressed { get; }

IVoiceState.VoiceChannel​

Gets the voice channel this user is currently in.

View Source​
Declaration
IVoiceChannel IVoiceState.VoiceChannel { get; }

IVoiceState.VoiceSessionId​

Gets the unique identifier for this user's voice session.

View Source​
Declaration
string IVoiceState.VoiceSessionId { get; }

IVoiceState.IsStreaming​

Gets a value that indicates if this user is streaming in a voice channel.

View Source​
Declaration
bool IVoiceState.IsStreaming { get; }

IVoiceState.RequestToSpeakTimestamp​

Gets the time on which the user requested to speak.

View Source​
Declaration
DateTimeOffset? IVoiceState.RequestToSpeakTimestamp { get; }

Implements​