Class DiscordGuildWelcomeScreenChannel
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a channel in a welcome screen
public class DiscordGuildWelcomeScreenChannel : ObservableApiObject
- Inheritance
-
DiscordGuildWelcomeScreenChannel
- Inherited Members
Constructors
- DiscordGuildWelcomeScreenChannel(ulong, string, DiscordEmoji)
Initializes a new instance of the DiscordGuildWelcomeScreenChannel class.
Properties
- ChannelId
Gets the id of the channel.
- Description
Gets the description shown for the channel.
- EmojiId
Gets the emoji id if the emoji is custom, when applicable.
- EmojiName
Gets the name of the emoji if custom or the unicode character if standard, when applicable.