messagePeerVote
How a peer voted in a poll
type tg.MessagePeerVote struct { /* ... */ }
Implements MessagePeerVote.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | Peer ID |
Option | []byte | yes | The option chosen by the peer |
Date | int | yes | When did the peer cast the vote |
References
- Official documentation
- Generated Go reference
- TL definition:
messagePeerVote#b6cc2d5c