- API ›
- Constructors ›
- MonoForumDialog
MonoForumDialog
---types--- monoForumDialog#64407ea7 unread_mark:flags.3?true nopaid_messages_exception:flags.4?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_reactions_count:int draft:flags.1?DraftMessage = SavedDialog
Belongs to
| SavedDialog |
In Rust this constructor is a variant of the enums::SavedDialog enum.
Match on it with: if let enums::SavedDialog::MonoForumDialog(v) = result { ... }