Class SocketGroupUser
Represents a WebSocket-based group user.
Inheritance
SocketGroupUser
Assembly: Discord.Net.WebSocket.dll
Syntax
public class SocketGroupUser : SocketUser, IEntity<ulong>, IGroupUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence, IVoiceState
Properties
|
Improve this Doc
View Source
AvatarId
Declaration
public override string AvatarId { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Channel
Gets the group channel of the user.
Declaration
public SocketGroupChannel Channel { get; }
Property Value
|
Improve this Doc
View Source
DiscriminatorValue
Declaration
public override ushort DiscriminatorValue { get; }
Property Value
Overrides
|
Improve this Doc
View Source
GlobalName
Declaration
public override string GlobalName { get; }
Property Value
Overrides
|
Improve this Doc
View Source
IsBot
Declaration
public override bool IsBot { get; }
Property Value
Overrides
|
Improve this Doc
View Source
IsWebhook
Declaration
public override bool IsWebhook { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Username
Declaration
public override string Username { get; }
Property Value
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
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; null
if none.
|
Implements