Table of Contents

Class JsonWelcomeScreenChannel

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonWelcomeScreenChannel
Inheritance
JsonWelcomeScreenChannel
Inherited Members

Constructors

JsonWelcomeScreenChannel()

public JsonWelcomeScreenChannel()

Properties

ChannelId

[JsonPropertyName("channel_id")]
public ulong ChannelId { get; set; }

Property Value

ulong

Description

[JsonPropertyName("description")]
public string Description { get; set; }

Property Value

string

EmojiId

[JsonPropertyName("emoji_id")]
public ulong? EmojiId { get; set; }

Property Value

ulong?

EmojiName

[JsonPropertyName("emoji_name")]
public string? EmojiName { get; set; }

Property Value

string