Table of Contents

Class MessageReferenceRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class MessageReferenceRequest
Inheritance
object
MessageReferenceRequest

Properties

ChannelId

ID of the channel containing the referenced message

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

Property Value

ulong

GuildId

ID of the guild containing the referenced message

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

Property Value

ulong?

MessageId

ID of the message being referenced

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

Property Value

ulong

Type

Type of reference

[JsonProperty("type")]
public MessageReferenceType Type { get; set; }

Property Value

MessageReferenceType