Raw.bots.DeletePreviewMedia
Delete a main mini app preview, see here for more info.
bots.deletePreviewMedia#2d0135b3 bot:InputUser lang_code:string media:Vector<InputMedia> = Bool;
export namespace Raw {
export namespace bots {
export class DeletePreviewMedia {
constructor(params: {
bot: Raw.TypeInputUser;
langCode: string;
media: Array<Raw.TypeInputMedia>;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0x2d0135b3
Property
bot
: Raw.TypeInputUserThe bot that owns the main mini app.
langCode
: stringIso 639-1 language code, indicating the localization of the preview to delete.
media
: Array of Raw.TypeInputMediaThe photo/video preview to delete, previously fetched as specified here.