read_all_message_thread_reactions

Function read_all_message_thread_reactions 

Source
pub async fn read_all_message_thread_reactions(
    chat_id: i64,
    message_thread_id: i64,
    client_id: i32,
) -> Result<(), Error>
Expand description

Marks all reactions in a forum topic as read

ยงArguments

  • chat_id - Chat identifier
  • message_thread_id - Message thread identifier in which reactions are marked as read
  • client_id - The client id to send the request to