Interface PollSettings

The settings used to create this poll.

interface PollSettings {
    close_status: string;
    expire_after: number;
    multiple_choice: boolean;
    source: string;
}

Properties

close_status: string

Meaning unclear.

This seems to be "closed-after" whether the poll is open or closed.

expire_after: number

The number of seconds after the poll's creation that it expires.

multiple_choice: boolean

Whether the poll allows multiple choices.

source: string

The name of the app that created the poll. Usually "tumblr".