Interface ChatListArchive

A list of chats usually located at the top of the main chat list. Unmuted chats are automatically moved from the Archive to the Main chat list when a new message arrives. Subtype of ChatList.

interface ChatListArchive {
    @type: "chatListArchive";
}

Properties

Properties

@type: "chatListArchive"