Skip to content

messages.getPollVotes

Layer 225

Constructor ID: 0xb86e380e
Returns: VotesList

Parameters

NameTypeDescription
peerInputPeer
idint32
option[]byte (flags.0, optional)
offsetstring (flags.1, optional)
limitint32

Example

go
result, err := client.Raw(&tg.GetPollVotesRequest{
    peer: nil, // InputPeer
    id: 0,
    option: nil,
    offset: "",
    limit: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.