Raw.BotPreviewMedia
Represents a main mini app preview media, see here for more info.
botPreviewMedia#23e91ba3 date:int media:MessageMedia = BotPreviewMedia;
export namespace Raw {
export class BotPreviewMedia {
constructor(params: { date: number; media: Raw.TypeMessageMedia }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0x23e91ba3
Property
date
: numberWhen was this media last updated.
media
: Raw.TypeMessageMediaThe actual photo/video.