Raw.bots.ReorderPreviewMedias
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: 185
Constructor ID: 0xb627f3aa
Property
bot
: Raw.TypeInputUserlangCode
: stringorder
: Array of Raw.TypeInputMedia