Interface BotMediaPreview

Describes media previews of a bot.

interface BotMediaPreview {
    @type: "botMediaPreview";
    content: StoryContent;
    date: number;
}

Properties

Properties

@type: "botMediaPreview"
content: StoryContent

Content of the preview.

date: number

Point in time (Unix timestamp) when the preview was added or changed last time.