Class SocketUnknownUser
Represents a WebSocket-based user that is yet to be recognized by the client.
Assembly: Discord.Net.WebSocket.dll​
View Source​
Declaration
public class SocketUnknownUser : SocketUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence
Properties​
Username​
Gets the username for this user.
View Source​
Declaration
public override string Username { get; }
DiscriminatorValue​
Gets the per-username unique ID for this user.
View Source​
Declaration
public override ushort DiscriminatorValue { get; }
AvatarId​
Gets the identifier of this user's avatar.
View Source​
Declaration
public override string AvatarId { get; }
IsBot​
Gets a value that indicates whether this user is identified as a bot.
View Source​
Declaration
public override bool IsBot { get; }
IsWebhook​
Gets a value that indicates whether this user is a webhook user.
View Source​
Declaration
public override bool IsWebhook { get; }