Class WelcomeScreenEditModel
Represents a welcome screen edit model.
Inheritance
System.Object
WelcomeScreenEditModel
Namespace: DisCatSharp.Net.Models
Assembly: DisCatSharp.dll
Syntax
public class WelcomeScreenEditModel
Properties
| Improve this Doc View SourceDescription
Sets the serer description shown.
Declaration
public Optional<string> Description { set; }
Property Value
Type | Description |
---|---|
Optional<System.String> |
Enabled
Sets whether the welcome screen should be enabled.
Declaration
public Optional<bool> Enabled { set; }
Property Value
Type | Description |
---|---|
Optional<System.Boolean> |
WelcomeChannels
Sets the welcome channels.
Declaration
public Optional<IEnumerable<DiscordGuildWelcomeScreenChannel>> WelcomeChannels { set; }
Property Value
Type | Description |
---|---|
Optional<System.Collections.Generic.IEnumerable<DiscordGuildWelcomeScreenChannel>> |