Search Results for

    Show / Hide Table of Contents

    Class WelcomeScreenEditModel

    Represents a welcome screen edit model.

    Inheritance
    System.Object
    WelcomeScreenEditModel
    Namespace: DisCatSharp.Net.Models
    Assembly: DisCatSharp.dll
    Syntax
    public class WelcomeScreenEditModel

    Properties

    | Improve this Doc View Source

    Description

    Sets the serer description shown.

    Declaration
    public Optional<string> Description { set; }
    Property Value
    Type Description
    Optional<System.String>
    | Improve this Doc View Source

    Enabled

    Sets whether the welcome screen should be enabled.

    Declaration
    public Optional<bool> Enabled { set; }
    Property Value
    Type Description
    Optional<System.Boolean>
    | Improve this Doc View Source

    WelcomeChannels

    Sets the welcome channels.

    Declaration
    public Optional<IEnumerable<DiscordGuildWelcomeScreenChannel>> WelcomeChannels { set; }
    Property Value
    Type Description
    Optional<System.Collections.Generic.IEnumerable<DiscordGuildWelcomeScreenChannel>>

    Extension Methods

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