pub async fn add_message_reaction(
chat_id: i64,
message_id: i64,
reaction_type: ReactionType,
is_big: bool,
update_recent_reactions: bool,
client_id: i32,
) -> Result<(), Error>Expand description
Adds a reaction or a tag to a message. Use getMessageAvailableReactions to receive the list of available reactions for the message
ยงArguments
chat_id- Identifier of the chat to which the message belongsmessage_id- Identifier of the messagereaction_type- Type of the reaction to addis_big- Pass true if the reaction is added with a big animationupdate_recent_reactions- Pass true if the reaction needs to be added to recent reactions; tags are never added to the list of recent reactionsclient_id- The client id to send the request to