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 identifiermessage_thread_id
- Message thread identifier in which reactions are marked as readclient_id
- The client id to send the request to