teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetPollVotesParams

    interface MessagesGetPollVotesParams {
        id: number;
        limit: number;
        offset?: string;
        option?: bytes;
        peer: EntityLike;
    }
    Index
    id: number

    Message ID

    limit: number

    Number of results to return

    offset?: string

    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.

    option?: bytes

    Get only results for the specified poll option

    peer: EntityLike

    Chat where the poll was sent