MessageReference

interface MessageReference

A reference to another message, used when replying. messageId identifies the message being replied to. channelId and guildId may be omitted when replying in the same channel/guild.

exported from lib.weeble.d

Properties

Property

Type

Description

channelId?

string

ID of the channel.

failIfNotExists?

boolean

Whether Discord should reject the reply if the referenced message no longer exists.

guildId?

string

ID of the guild.

messageId

string

ID of the referenced message.