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
autofillNewBroadcasts
: boolean or undefinedAutomatically add new channels to this folder
autofillPublicGroups
: boolean or undefinedAutomatically add joined new public supergroups to this folder
autofillNewCorrespondents
: boolean or undefinedAutomatically add new private chats to this folder
id
: numberFolder id
title
: stringFolder title
photo
: Raw.TypeChatPhoto or undefinedFolder picture