PollBuilder
Signature
export declare class PollBuilderProperties
2Methods
7Properties
data: DeepPartial<RESTAPIPollCreate>;private resolvedPollMedia;Methods
constructorConstructorconstructor(data?: DeepPartial<RESTAPIPollCreate>);addAnswers(...answers: RestOrArray<PollMedia>): this;setAnswers(...answers: RestOrArray<PollMedia>): this;setQuestion(data: PollMedia): this;setDuration(hours: number): this;allowMultiselect(value?: boolean): this;toJSON(): RESTAPIPollCreate;