Raw.messages.ReorderPinnedDialogs

Raw.messages.ReorderPinnedDialogs

Reorder pinned dialogs

messages.reorderPinnedDialogs#3b1adf37 flags:# force:flags.0?true folder_id:int order:Vector<InputDialogPeer> = Bool;
export namespace Raw {
  export namespace messages {
    export class ReorderPinnedDialogs {
      constructor(params: {
        force?: boolean;
        folderId: number;
        order: Array<Raw.TypeInputDialogPeer>;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x3b1adf37

Property

Results

boolean