Raw.bots.DeletePreviewMedia

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.TypeInputUser

    The bot that owns the main mini app.

  • langCode : string

    Iso 639-1 language code, indicating the localization of the preview to delete.

  • media : Array of Raw.TypeInputMedia

    The photo/video preview to delete, previously fetched as specified here.

Results

boolean