Class GuildWelcomeScreenChannel
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class GuildWelcomeScreenChannel : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonWelcomeScreenChannel>
- Inheritance
-
GuildWelcomeScreenChannel
- Implements
- Inherited Members
Constructors
GuildWelcomeScreenChannel(JsonWelcomeScreenChannel)
public GuildWelcomeScreenChannel(JsonWelcomeScreenChannel jsonModel)
Parameters
jsonModel
JsonWelcomeScreenChannel
Properties
Description
public string Description { get; }
Property Value
EmojiId
public ulong? EmojiId { get; }
Property Value
EmojiName
public string? EmojiName { get; }
Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }