Interface BotMediaPreviews

Contains a list of media previews of a bot.

interface BotMediaPreviews {
    @type: "botMediaPreviews";
    previews: BotMediaPreview[];
}

Properties

Properties

@type: "botMediaPreviews"
previews: BotMediaPreview[]

List of media previews.