Interface GetBotSimilarBots

Returns a list of bots similar to the given bot. Request type for Tdjson#getBotSimilarBots.

interface GetBotSimilarBots {
    @type: "getBotSimilarBots";
    bot_user_id: number;
}

Properties

Properties

@type: "getBotSimilarBots"
bot_user_id: number

User identifier of the target bot.