pub async fn set_message_reactions(
chat_id: i64,
message_id: i64,
reaction_types: Vec<ReactionType>,
is_big: bool,
client_id: i32,
) -> Result<(), Error>Expand description
Sets reactions on a message; for bots only
ยงArguments
chat_id- Identifier of the chat to which the message belongsmessage_id- Identifier of the messagereaction_types- Types of the reaction to setis_big- Pass true if the reactions are added with a big animationclient_id- The client id to send the request to