Table of Contents

Class MessageReference

Namespace
NetCord
Assembly
NetCord.dll
public class MessageReference : IJsonModel<JsonMessageReference>
Inheritance
MessageReference
Implements
Inherited Members

Constructors

MessageReference(JsonMessageReference)

public MessageReference(JsonMessageReference jsonModel)

Parameters

jsonModel JsonMessageReference

Properties

ChannelId

public ulong ChannelId { get; }

Property Value

ulong

FailIfNotExists

public bool? FailIfNotExists { get; }

Property Value

bool?

GuildId

public ulong? GuildId { get; }

Property Value

ulong?

MessageId

public ulong MessageId { get; }

Property Value

ulong