Search Results for

    Show / Hide Table of Contents

    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 Source

    Avatar

    Gets the member's avatar.

    Declaration
    public string Avatar { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AvatarUrl

    Gets the member's avatar url.

    Declaration
    public string AvatarUrl { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Discriminator

    Gets the member's discriminator.

    Declaration
    public string Discriminator { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets the member's identifier within the widget.

    Declaration
    public ulong Id { get; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Status

    Gets the member's online status.

    Declaration
    public string Status { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Username

    Gets the member's username.

    Declaration
    public string Username { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems