read_all_message_thread_mentions

Function read_all_message_thread_mentions 

Source
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 identifier
  • message_thread_id - Message thread identifier in which mentions are marked as read
  • client_id - The client id to send the request to