Search Results for

    Show / Hide Table of Contents

    Class GuildWidgetProperties

    Provides properties that are used to modify the widget of an IGuild with the specified changes.

    Inheritance
    Object
    GuildWidgetProperties
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public class GuildWidgetProperties : object

    Properties

    | Improve this Doc View Source

    Channel

    Sets the channel that the invite should place its users in, if not null.

    Declaration
    public Optional<IChannel> Channel { get; set; }
    Property Value
    Type Description
    Optional<IChannel>
    | Improve this Doc View Source

    ChannelId

    Sets the channel that the invite should place its users in, if not null.

    Declaration
    public Optional<ulong?> ChannelId { get; set; }
    Property Value
    Type Description
    Optional<Nullable<UInt64>>
    | Improve this Doc View Source

    Enabled

    Sets whether the widget should be enabled.

    Declaration
    public Optional<bool> Enabled { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2