pub async fn read_all_message_thread_mentions(
chat_id: i64,
message_thread_id: i64,
client_id: i32,
) -> Result<(), Error>Expand description
Marks all mentions in a forum topic as read
ยงArguments
chat_id- Chat identifiermessage_thread_id- Message thread identifier in which mentions are marked as readclient_id- The client id to send the request to