pub async fn remove_message_reaction(
chat_id: i64,
message_id: i64,
reaction_type: ReactionType,
client_id: i32,
) -> Result<(), Error>Expand description
Removes a reaction from a message. A chosen reaction can always be removed
ยงArguments
chat_id- Identifier of the chat to which the message belongsmessage_id- Identifier of the messagereaction_type- Type of the reaction to removeclient_id- The client id to send the request to