- API ›
- Constructors ›
- ChatForbidden
ChatForbidden
---types--- chatForbidden#6592a1a7 id:long title:string = Chat
Belongs to
| Chat |
In Rust this constructor is a variant of the enums::Chat enum.
Match on it with: if let enums::Chat::ChatForbidden(v) = result { ... }