Search Results for

    Show / Hide Table of Contents

    Interface IDiscordGuildWelcomeScreen

    Represents a discord Welcome Screen Structure API model. Docs: https://discord.com/developers/docs/resources/guild#welcome-screen-object-welcome-screen-structure

    Namespace: Color_Chan.Discord.Core.Common.Models.Guild
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IDiscordGuildWelcomeScreen

    Properties

    | Improve this Doc View Source

    Description

    The server description shown in the welcome screen.

    Declaration
    string Description { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    WelcomeChannels

    The server description shown in the welcome screen.

    Declaration
    IEnumerable<IDiscordGuildWelcomeChannel> WelcomeChannels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IDiscordGuildWelcomeChannel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX