- API ›
- Constructors ›
- DialogFolder
DialogFolder
---types--- dialogFolder#71bd134c pinned:flags.2?true folder:Folder peer:Peer top_message:int unread_muted_peers_count:int unread_unmuted_peers_count:int unread_muted_messages_count:int unread_unmuted_messages_count:int = Dialog
Belongs to
| Dialog |
In Rust this constructor is a variant of the enums::Dialog enum.
Match on it with: if let enums::Dialog::DialogFolder(v) = result { ... }