Class SocketUnknownUser
Represents a WebSocket-based user that is yet to be recognized by the client.
Inheritance
SocketUnknownUser
Assembly: Discord.Net.WebSocket.dll
Syntax
public class SocketUnknownUser : SocketUser, IEntity<ulong>, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence
Properties
|
Improve this Doc
View Source
AvatarId
Declaration
public override string AvatarId { get; }
Property Value
Overrides
|
Improve this Doc
View Source
DiscriminatorValue
Declaration
public override ushort DiscriminatorValue { 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
Implements