Table of Contents

Interface IMessageReference

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IMessageReference

Properties

ChannelId

The ID of the channel containing the referenced message

ulong ChannelId { get; }

Property Value

ulong

GuildId

The ID of the guild containing the referenced message

ulong? GuildId { get; }

Property Value

ulong?

MessageId

The ID of the referenced message

ulong MessageId { get; }

Property Value

ulong

Type

The type of message reference.

MessageReferenceType Type { get; }

Property Value

MessageReferenceType