Table of Contents

Class JsonMessageReference

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

Constructors

JsonMessageReference()

public JsonMessageReference()

Properties

ChannelId

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

Property Value

ulong?

FailIfNotExists

[JsonPropertyName("fail_if_not_exists")]
public bool? FailIfNotExists { get; set; }

Property Value

bool?

GuildId

[JsonPropertyName("guild_id")]
public ulong? GuildId { get; set; }

Property Value

ulong?

MessageId

[JsonPropertyName("message_id")]
public ulong? MessageId { get; set; }

Property Value

ulong?