ReadChatList constructor

ReadChatList(
  1. {required ChatList chat_list,
  2. int? extra,
  3. int? clientId}
)

Traverse all chats in a chat list and marks all messages in the chats as read

Returns Ok

Implementation

ReadChatList