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 SourceChannelId
The channel's id.
Declaration
ulong ChannelId { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Description
The description shown for the channel
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
EmojiId
The emoji id, if the emoji is custom.
Declaration
string EmojiId { get; set; }
Property Value
Type | Description |
---|---|
String |
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 |