Interface GetBotSimilarBotCount

Returns approximate number of bots similar to the given bot. Request type for Tdjson#getBotSimilarBotCount.

interface GetBotSimilarBotCount {
    @type: "getBotSimilarBotCount";
    bot_user_id: number;
    return_local?: boolean;
}

Properties

@type: "getBotSimilarBotCount"
bot_user_id: number

User identifier of the target bot.

return_local?: boolean

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