pub async fn read_chat_list(
chat_list: ChatList,
client_id: i32,
) -> Result<(), Error>Expand description
Traverse all chats in a chat list and marks all messages in the chats as read
ยงArguments
chat_list- Chat list in which to mark all chats as readclient_id- The client id to send the request to