Link Search Menu Expand Document

Constructor: folder

Back to constructors index

Folder

Attributes:

NameTypeRequiredDescription
autofill_new_broadcastsBoolOptionalAutomatically add new channels to this folder
autofill_public_groupsBoolOptionalAutomatically add joined new public supergroups to this folder
autofill_new_correspondentsBoolOptionalAutomatically add new private chats to this folder
idintYesFolder ID
titlestringYesFolder title
photoChatPhotoOptionalFolder picture

Type: Folder

Example:

$folder = ['_' => 'folder', 'autofill_new_broadcasts' => Bool, 'autofill_public_groups' => Bool, 'autofill_new_correspondents' => Bool, 'id' => int, 'title' => 'string', 'photo' => ChatPhoto];