Layer 220
MessagePeerVote
Abstract type representing one of 3 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.MessagePeerVote interface.
Use any of the following constructors:
Gogram Example
// MessagePeerVote is an interface type // You can use any of the following constructors: var _ tg.MessagePeerVote = &tg.MessagePeerVoteInputOption{} var _ tg.MessagePeerVote = &tg.MessagePeerVoteMultiple{} var _ tg.MessagePeerVote = &tg.MessagePeerVote{}