- API ›
- Constructors ›
- Updates ›
- ChannelDifference
ChannelDifference
---types--- updates.channelDifference#2064674e final:flags.0?true pts:int timeout:flags.1?int new_messages:Vector<Message> other_updates:Vector<Update> 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::ChannelDifference(v) = result { ... }