Skip to content

GramIO API Reference / gramio/dist / DeleteMessageReactionParams

Interface: DeleteMessageReactionParams

Defined in: @gramio/types/out/params.d.ts:4130

Params object for deleteMessageReaction method

Properties

PropertyTypeDescriptionDefined in
actor_chat_id?numberIdentifier of the chat whose reaction will be removed, if the reaction was added by a chat@gramio/types/out/params.d.ts:4146
chat_idstring | numberUnique identifier for the target chat or username of the target supergroup in the format @username@gramio/types/out/params.d.ts:4134
message_idnumberIdentifier of the target message@gramio/types/out/params.d.ts:4138
user_id?numberIdentifier of the user whose reaction will be removed, if the reaction was added by a user@gramio/types/out/params.d.ts:4142