Class SocketUnknownUser
Represents a WebSocket-based user that is yet to be recognized by the client.
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.WebSocket
Assembly: Discord.Net.WebSocket.dll
Syntax
public class SocketUnknownUser : SocketUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence
Remarks
A user may not be recognized due to the user missing from the cache or failed to be recognized properly.
Properties
| Improve this Doc View SourceAvatarId
Declaration
public override string AvatarId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceDiscriminatorValue
Declaration
public override ushort DiscriminatorValue { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
Overrides
| Improve this Doc View SourceIsBot
Declaration
public override bool IsBot { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceIsWebhook
Declaration
public override bool IsWebhook { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
| Improve this Doc View SourceUsername
Declaration
public override string Username { get; }
Property Value
| Type | Description |
|---|---|
| System.String |