Table of Contents

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

string

EmojiId

public ulong? EmojiId { get; }

Property Value

ulong?

EmojiName

public string? EmojiName { get; }

Property Value

string

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong