- API ›
- Constructors ›
- UpdatePinnedChannelMessages
UpdatePinnedChannelMessages
---types--- updatePinnedChannelMessages#5bb98608 pinned:flags.0?true channel_id:long messages:Vector<int> pts:int pts_count:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePinnedChannelMessages(v) = result { ... }