pl-api
    Preparing search index...

    Interface CreateStoryPollParams

    interface CreateStoryPollParams {
        answers: string;
        can_react: boolean;
        can_reply: boolean;
        question: string;
    }
    Index

    Properties

    answers: string

    Between 2 and 4 answers.

    can_react: boolean
    can_reply: boolean
    question: string

    From 6 to 140 characters.