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 SourceDescription
The server description shown in the welcome screen.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
WelcomeChannels
The server description shown in the welcome screen.
Declaration
IEnumerable<IDiscordGuildWelcomeChannel> WelcomeChannels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDiscordGuildWelcomeChannel> |