Class MessageReferenceRequest
public class MessageReferenceRequest
- Inheritance
-
objectMessageReferenceRequest
Properties
ChannelId
ID of the channel containing the referenced message
[JsonProperty("channel_id")]
public ulong ChannelId { get; set; }
Property Value
GuildId
ID of the guild containing the referenced message
[JsonProperty("guild_id")]
public ulong? GuildId { get; set; }
Property Value
MessageId
ID of the message being referenced
[JsonProperty("message_id")]
public ulong MessageId { get; set; }
Property Value
Type
Type of reference
[JsonProperty("type")]
public MessageReferenceType Type { get; set; }