Function set_message_reactions

Source
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 belongs
  • message_id - Identifier of the message
  • reaction_types - Types of the reaction to set
  • is_big - Pass true if the reactions are added with a big animation
  • client_id - The client id to send the request to