Table of Contents

Class MessageReference

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class MessageReference : Entity, IMessageReference
Inheritance
object
MessageReference
Implements

Properties

ChannelId

The ID of the channel containing the referenced message

public ulong ChannelId { get; }

Property Value

ulong

GuildId

The ID of the guild containing the referenced message

public ulong? GuildId { get; }

Property Value

ulong?

MessageId

The ID of the referenced message

public ulong MessageId { get; }

Property Value

ulong

Type

The type of message reference.

public MessageReferenceType Type { get; }

Property Value

MessageReferenceType

Methods

Create(FluxerBaseClient, MessageReferenceJson)

Create a MessageReference object from json.

public static MessageReference Create(FluxerBaseClient client, MessageReferenceJson json)

Parameters

client FluxerBaseClient
json MessageReferenceJson

Returns

MessageReference