Interface ReadChatList

Traverse all chats in a chat list and marks all messages in the chats as read. Request type for Tdjson#readChatList.

interface ReadChatList {
    @type: "readChatList";
    chat_list: ChatList;
}

Properties

Properties

@type: "readChatList"
chat_list: ChatList

Chat list in which to mark all chats as read.