Interface PollTypeRegular

Describes the type of poll. Subtype of PollType.

interface PollTypeRegular {
    @type: "pollTypeRegular";
    allow_multiple_answers?: boolean;
}

Properties

@type: "pollTypeRegular"
allow_multiple_answers?: boolean

True, if multiple answer options can be chosen simultaneously.