Interface BotMediaPreviewInfo

Contains a list of media previews of a bot for the given language and the list of languages for which the bot has dedicated previews.

interface BotMediaPreviewInfo {
    @type: "botMediaPreviewInfo";
    language_codes: string[];
    previews: BotMediaPreview[];
}

Properties

@type: "botMediaPreviewInfo"
language_codes: string[]

List of language codes for which the bot has dedicated previews.

previews: BotMediaPreview[]

List of media previews.