Search Results for

    Show / Hide Table of Contents

    Interface IDiscordGuildWelcomeChannel

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

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

    Properties

    | Improve this Doc View Source

    ChannelId

    The channel's id.

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

    Description

    The description shown for the channel

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

    EmojiId

    The emoji id, if the emoji is custom.

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

    EmojiName

    The emoji name if custom, the unicode character if standard, or null if no emoji is set.

    Declaration
    string EmojiName { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX