messagePeerVoteMultiple
How a peer voted in a multiple-choice poll
type tg.MessagePeerVoteMultiple struct { /* ... */ }
Implements MessagePeerVote.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | Peer ID |
Options | [][]byte | yes | Options chosen by the peer |
Date | int | yes | When did the peer cast their votes |
References
- Official documentation
- Generated Go reference
- TL definition:
messagePeerVoteMultiple#4628f6e6