typealias GatewayMessageReactionRemoveDispatch

external
export type GatewayMessageReactionRemoveDispatch = ReactionData<GatewayDispatchEvents.MessageReactionRemove, 'burst_colors' | 'member' | 'message_author_id'>;

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

Union Members

ReactionData<GatewayDispatchEvents.MessageReactionRemove, 'burst_colors' 'member' 'message_author_id'>