get_poll_voters


Description:

public async MessageSenders get_poll_voters (int64 chat_id, int64 message_id, int32 option_id, int32 offset, int32 limit) throws TDLibError

Returns message senders voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib

Parameters:

chat_id

Identifier of the chat to which the poll belongs

message_id

Identifier of the message containing the poll

option_id

0-based identifier of the answer option

offset

Number of voters to skip in the result; must be non-negative

limit

The maximum number of voters to be returned; must be positive and can't be greater than 50. For optimal performance, the number of returned voters is chosen by TDLib and can be smaller than the specified limit, even if the end of the voter list has not been reached