interface GatewayMessageReactionRemoveEmojiDispatchData
extends
GatewayMessageReactionRemoveDataexternal
export interface GatewayMessageReactionRemoveEmojiDispatchData extends GatewayMessageReactionRemoveData
See also: https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji
externalSnowflake channel_id :
The id of the channel
Inherited from: GatewayMessageReactionRemoveData
externalAPIEmoji emoji :
The emoji that was removed
optionalexternalSnowflake guild_id? :
The id of the guild
Inherited from: GatewayMessageReactionRemoveData
externalSnowflake message_id :
The id of the message
Inherited from: GatewayMessageReactionRemoveData