Interface GetBotMediaPreviews

Returns the list of media previews of a bot. Request type for Tdjson#getBotMediaPreviews.

interface GetBotMediaPreviews {
    @type: "getBotMediaPreviews";
    bot_user_id: number;
}

Properties

Properties

@type: "getBotMediaPreviews"
bot_user_id: number

Identifier of the target bot. The bot must have the main Web App.