Function remove_message_reaction

Source
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 belongs
  • message_id - Identifier of the message
  • reaction_type - Type of the reaction to remove
  • client_id - The client id to send the request to