- API ›
- Constructors ›
- UpdateMonoForumNoPaidException
UpdateMonoForumNoPaidException
---types--- updateMonoForumNoPaidException#9f812b08 exception:flags.0?true channel_id:long saved_peer_id:Peer = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateMonoForumNoPaidException(v) = result { ... }