Interface OpenBotSimilarBot

Informs TDLib that a bot was opened from the list of similar bots. Request type for Tdjson#openBotSimilarBot.

interface OpenBotSimilarBot {
    @type: "openBotSimilarBot";
    bot_user_id: number;
    opened_bot_user_id: number;
}

Properties

@type: "openBotSimilarBot"
bot_user_id: number

Identifier of the original bot, which similar bots were requested.

opened_bot_user_id: number

Identifier of the opened bot.