Interface GetChatSimilarChatCount

Returns approximate number of chats similar to the given chat. Request type for Tdjson#getChatSimilarChatCount.

interface GetChatSimilarChatCount {
    @type: "getChatSimilarChatCount";
    chat_id: number;
    return_local?: boolean;
}

Properties

@type: "getChatSimilarChatCount"
chat_id: number

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

return_local?: boolean

Pass true to get the number of chats without sending network requests, or -1 if the number of chats is unknown locally.