- API ›
- Constructors ›
- ChannelForbidden
ChannelForbidden
---types--- channelForbidden#17d493d5 broadcast:flags.5?true megagroup:flags.8?true monoforum:flags.10?true id:long access_hash:long title:string until_date:flags.16?int = Chat
Belongs to
| Chat |
In Rust this constructor is a variant of the enums::Chat enum.
Match on it with: if let enums::Chat::ChannelForbidden(v) = result { ... }