- API ›
- Constructors ›
- UpdateMessagePollVote
UpdateMessagePollVote
---types--- updateMessagePollVote#7699f014 poll_id:long peer:Peer options:Vector<bytes> positions:Vector<int> qts: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::UpdateMessagePollVote(v) = result { ... }