Interface IMessageReference
public interface IMessageReference
Properties
ChannelId
The ID of the channel containing the referenced message
ulong ChannelId { get; }
Property Value
GuildId
The ID of the guild containing the referenced message
ulong? GuildId { get; }
Property Value
MessageId
The ID of the referenced message
ulong MessageId { get; }
Property Value
Type
The type of message reference.
MessageReferenceType Type { get; }