Search Results for

    Show / Hide Table of Contents

    Class DiscordWidget

    Represents a Discord guild's widget.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordWidget
    Inherited Members
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class DiscordWidget : SnowflakeObject

    Properties

    | Improve this Doc View Source

    Channels

    Gets a list of widget channels.

    Declaration
    public IReadOnlyList<DiscordChannel> Channels { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordChannel>
    | Improve this Doc View Source

    Guild

    Gets the guild.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild
    | Improve this Doc View Source

    InstantInviteUrl

    Gets the guild's invite URL.

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

    Members

    Gets a list of online members.

    Declaration
    public IReadOnlyList<DiscordWidgetMember> Members { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordWidgetMember>
    | Improve this Doc View Source

    Name

    Gets the guild's name.

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

    PresenceCount

    Gets the number of online members.

    Declaration
    public int PresenceCount { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

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