Skip to main content

MessageReference

Documentation


Documentation / @discordeno/bot / MessageReference

Interface: MessageReference

Defined in: transformers/types.ts:1415

Properties

channelId?

optional channelId?: bigint

Defined in: transformers/types.ts:1417

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: transformers/types.ts:1419

id of the originating message's guild


messageId?

optional messageId?: bigint

Defined in: transformers/types.ts:1421

id of the originating message