- API ›
- Constructors ›
- Updates ›
- ChannelDifferenceTooLong
ChannelDifferenceTooLong
---types--- updates.channelDifferenceTooLong#a4bcc6fe final:flags.0?true timeout:flags.1?int dialog:Dialog messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = updates.ChannelDifference
Belongs to
| updates.ChannelDifference |
In Rust this constructor is a variant of the enums::updates.ChannelDifference enum.
Match on it with: if let enums::updates.ChannelDifference::ChannelDifferenceTooLong(v) = result { ... }