teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetPollResultsParams

    interface MessagesGetPollResultsParams {
        msgId: MessageIDLike;
        peer: EntityLike;
        pollHash: BigInteger;
    }
    Index
    msgId: MessageIDLike

    Message ID of poll message

    peer: EntityLike

    Peer where the poll was found

    pollHash: BigInteger