Search Results for

    Show / Hide Table of Contents

    Class DiscordWidgetSettings

    Represents a Discord guild's widget settings.

    Inheritance
    System.Object
    DiscordWidgetSettings
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public class DiscordWidgetSettings

    Properties

    | Improve this Doc View Source

    Channel

    Gets the guild's widget channel.

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

    ChannelId

    Gets the guild's widget channel id.

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

    IsEnabled

    Whether if the guild's widget is enabled.

    Declaration
    public bool IsEnabled { get; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

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