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

Marks all mentions in a chat as read

Arguments

  • chat_id - Chat identifier
  • client_id - The client id to send the request to