teleproto - v1.229.0
    Preparing search index...

    Interface PollIn

    interface PollIn {
        _?: "poll";
        answers: TypePollAnswerIn[];
        closed?: boolean;
        closeDate?: number;
        closePeriod?: number;
        countriesIso2?: string[];
        creator?: boolean;
        hash: BigInteger;
        hideResultsUntilClose?: boolean;
        id: BigInteger;
        multipleChoice?: boolean;
        openAnswers?: boolean;
        publicVoters?: boolean;
        question: TextWithEntitiesIn;
        quiz?: boolean;
        revotingDisabled?: boolean;
        shuffleAnswers?: boolean;
        subscribersOnly?: boolean;
    }
    Index
    _?: "poll"
    answers: TypePollAnswerIn[]
    closed?: boolean
    closeDate?: number
    closePeriod?: number
    countriesIso2?: string[]
    creator?: boolean
    hash: BigInteger
    hideResultsUntilClose?: boolean
    id: BigInteger
    multipleChoice?: boolean
    openAnswers?: boolean
    publicVoters?: boolean
    quiz?: boolean
    revotingDisabled?: boolean
    shuffleAnswers?: boolean
    subscribersOnly?: boolean