Skip to main content

Interface: SCPollType

Properties

added_at

Optional added_at: Date

Added at

Defined in

poll.ts:26


choices

choices: SCPollChoiceType[]

Choice

Defined in

poll.ts:51


closed

Optional closed: boolean

Poll is closed or not

Defined in

poll.ts:36


expiration_at

expiration_at: string | Date

Expiration at

Defined in

poll.ts:41


hidden

Optional hidden: boolean

Expiration at

Defined in

poll.ts:46


id

Optional id: number

Id of the poll

Defined in

poll.ts:11


modified_at

Optional modified_at: Date

Modified at

Defined in

poll.ts:31


multiple_choices

multiple_choices: boolean

Poll is multiple choices or not

Defined in

poll.ts:21


title

Optional title: string

Title of the poll

Defined in

poll.ts:16