Interface OpenChatSimilarChat

Informs TDLib that a chat was opened from the list of similar chats. The method is independent of openChat and closeChat methods. Request type for Tdjson#openChatSimilarChat.

interface OpenChatSimilarChat {
    @type: "openChatSimilarChat";
    chat_id: number;
    opened_chat_id: number;
}

Properties

@type: "openChatSimilarChat"
chat_id: number

Identifier of the original chat, which similar chats were requested.

opened_chat_id: number

Identifier of the opened chat.