Class WelcomeScreenChannel
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
public class WelcomeScreenChannel : ISnowflakeEntity, IEntity<ulong>
- Inheritance
-
WelcomeScreenChannel
- Implements
- Inherited Members
Properties
CreatedAt
Gets when the snowflake was created.
public DateTimeOffset CreatedAt { get; }
Property Value
- DateTimeOffset
A DateTimeOffset representing when the entity was first created.
Description
Gets the description shown for the channel.
public string Description { get; }
Property Value
Emoji
Gets the emoji for this channel. Emoji if it is unicode emoji, Emote if it is a custom one and null if none is set.
public IEmote Emoji { get; }
Property Value
Remarks
If the emoji is Emote only the Id will be populated. Use GetEmoteAsync(ulong, RequestOptions) to get the emoji.
Id
Gets the channel's id.
public ulong Id { get; }