teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendVoteParams

    interface MessagesSendVoteParams {
        msgId: MessageIDLike;
        options: bytes[];
        peer: EntityLike;
    }
    Index
    msgId: MessageIDLike

    The message ID of the poll

    options: bytes[]

    The options that were chosen

    peer: EntityLike

    The chat where the poll was sent