Poll

export class Poll extends Base
export class Poll extends Base
Represents a Poll

Extends

Base
allowMultiselect:boolean
Whether this poll allows multiple answers
The answers of this poll
Readonly
The channel that this poll is in
channelId:Snowflake
The id of the channel that this poll is in
Readonly
client:Client<true>
The client that instantiated this
Inherited from Base
Readonly
expiresAt:Date | null
The date when this poll expires
expiresTimestamp:number | null
The timestamp when this poll expires
layoutType:PollLayoutType
The layout type of this poll
Readonly
message:Message
The message that started this poll
messageId:Snowflake
The id of the message that started this poll
Readonly
partial:false
Whether this poll is a partial
The media for this poll's question
resultsFinalized:boolean
Whether this poll's results have been precisely counted
Ends this poll.
fetch():Promise<this>
Fetches the message that started this poll, then updates the poll from the fetched message.
toJSON(...props):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string