Interface GetChatListsToAddChat

Returns chat lists to which the chat can be added. This is an offline request. Request type for Tdjson#getChatListsToAddChat.

interface GetChatListsToAddChat {
    @type: "getChatListsToAddChat";
    chat_id: number;
}

Properties

Properties

@type: "getChatListsToAddChat"
chat_id: number

Chat identifier.