- API ›
- Constructors ›
- Folder
Folder
---types--- folder#ff544e65 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
Belongs to
| Folder |
In Rust this constructor is a variant of the enums::Folder enum.
Match on it with: if let enums::Folder::Folder(v) = result { ... }