messages.GetPollVotes
- class pyrogram.raw.functions.messages.GetPollVotes
Get poll results for non-anonymous polls
- Details:
Layer:
194
ID:
B86E380E
- Parameters:
peer (
InputPeer
) – Chat where the poll was sentid (
int
32-bit
) – Message IDlimit (
int
32-bit
) – Number of results to returnoption (
bytes
, optional) – Get only results for the specified poll optionoffset (
str
, optional) – Offset for results, taken from the next_offset field of messages.votesList, initially an empty string. Note: if no more results are available, the method call will return an empty next_offset; thus, avoid providing the next_offset returned in messages.votesList if it is empty, to avoid an infinite loop.
- Returns: