Interface ChatLists

Contains a list of chat lists.

interface ChatLists {
    @type: "chatLists";
    chat_lists: ChatList[];
}

Properties

Properties

@type: "chatLists"
chat_lists: ChatList[]

List of chat lists.