Class MessageReference
Fluxer entity with client attached.
public class MessageReference : Entity, IMessageReference
- Inheritance
-
objectMessageReference
- Implements
Properties
ChannelId
The ID of the channel containing the referenced message
public ulong ChannelId { get; }
Property Value
GuildId
The ID of the guild containing the referenced message
public ulong? GuildId { get; }
Property Value
MessageId
The ID of the referenced message
public ulong MessageId { get; }
Property Value
Type
The type of message reference.
public MessageReferenceType Type { get; }
Property Value
Methods
Create(FluxerBaseClient, MessageReferenceJson)
Create a MessageReference object from json.
public static MessageReference Create(FluxerBaseClient client, MessageReferenceJson json)
Parameters
clientFluxerBaseClientjsonMessageReferenceJson