MessageReference
Documentation / @discordeno/bot / MessageReference
Interface: MessageReference
Defined in: transformers/types.ts:1330
Properties
channelId?
optionalchannelId?:bigint
Defined in: transformers/types.ts:1332
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?
optionalguildId?:bigint
Defined in: transformers/types.ts:1334
id of the originating message's guild
messageId?
optionalmessageId?:bigint
Defined in: transformers/types.ts:1336
id of the originating message