Interface GetChatSimilarChats

Returns a list of chats similar to the given chat. Request type for Tdjson#getChatSimilarChats.

interface GetChatSimilarChats {
    @type: "getChatSimilarChats";
    chat_id: number;
}

Properties

Properties

@type: "getChatSimilarChats"
chat_id: number

Identifier of the target chat; must be an identifier of a channel chat.