Skip to main content

MessageReference

@discordeno/bot


Documentation / @discordeno/bot / MessageReference

Interface: MessageReference

Defined in: packages/bot/src/transformers/types.ts:1184

Properties

channelId?

optional channelId: bigint

Defined in: packages/bot/src/transformers/types.ts:1186

id of the originating message's channel Note: channel_id is optional when creating a reply, but will always be present when receiving an event/response that includes this data model.


guildId?

optional guildId: bigint

Defined in: packages/bot/src/transformers/types.ts:1188

id of the originating message's guild


messageId?

optional messageId: bigint

Defined in: packages/bot/src/transformers/types.ts:1190

id of the originating message