interface GatewayMessageReactionRemoveEmojiDispatchData

external
export interface GatewayMessageReactionRemoveEmojiDispatchData extends GatewayMessageReactionRemoveData

See also: https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji

external
channel_id : Snowflake

The id of the channel

Inherited from: GatewayMessageReactionRemoveData

external
emoji : APIEmoji

The emoji that was removed

optionalexternal
guild_id? : Snowflake

The id of the guild

Inherited from: GatewayMessageReactionRemoveData

external
message_id : Snowflake

The id of the message

Inherited from: GatewayMessageReactionRemoveData