Raw.Folder

Raw.Folder

Folder

folder#ff544e65 flags:# autofill_new_broadcasts:flags.0?true autofill_public_groups:flags.1?true autofill_new_correspondents:flags.2?true id:int title:string photo:flags.3?ChatPhoto = Folder;
export namespace Raw {
  export class Folder {
    constructor(params: {
      autofillNewBroadcasts?: boolean;
      autofillPublicGroups?: boolean;
      autofillNewCorrespondents?: boolean;
      id: number;
      title: string;
      photo?: Raw.TypeChatPhoto;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xff544e65

Property