Raw.bots.ReorderPreviewMedias
Reorder a main mini app previews, see here for more info.
bots.reorderPreviewMedias#b627f3aa bot:InputUser lang_code:string order:Vector<InputMedia> = Bool;
export namespace Raw {
export namespace bots {
export class ReorderPreviewMedias {
constructor(params: {
bot: Raw.TypeInputUser;
langCode: string;
order: Array<Raw.TypeInputMedia>;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0xb627f3aa
Property
bot
: Raw.TypeInputUserThe bot that owns the main mini app.
langCode
: stringIso 639-1 language code, indicating the localization of the previews to reorder.
order
: Array of Raw.TypeInputMediaNew order of the previews.