Raw.MessagePeerVoteMultiple
How a peer voted in a multiple-choice poll
messagePeerVoteMultiple#4628f6e6 peer:Peer options:Vector<bytes> date:int = MessagePeerVote;
export namespace Raw {
export class MessagePeerVoteMultiple {
constructor(params: { peer: Raw.TypePeer; options: Array<Buffer>; date: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x4628f6e6
Property
peer
: Raw.TypePeerPeer id
options
: Array of BufferOptions chosen by the peer
date
: numberWhen did the peer cast their votes