Class DiscordWidgetMember
Represents a member within a Discord guild's widget.
Inheritance
System.Object
DiscordWidgetMember
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordWidgetMember
Properties
| Improve this Doc View SourceAvatar
Gets the member's avatar.
Declaration
public string Avatar { get; }
Property Value
Type | Description |
---|---|
System.String |
AvatarUrl
Gets the member's avatar url.
Declaration
public string AvatarUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
Discriminator
Gets the member's discriminator.
Declaration
public string Discriminator { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets the member's identifier within the widget.
Declaration
public ulong Id { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Status
Gets the member's online status.
Declaration
public string Status { get; }
Property Value
Type | Description |
---|---|
System.String |
Username
Gets the member's username.
Declaration
public string Username { get; }
Property Value
Type | Description |
---|---|
System.String |