True if this poll allows multiple votes, false otherwise. (default: false)
True if this poll allows user suggestion, false otherwise. (default: false)
Timestamp at which the poll has closed or will close. (second precision) If poll closing time is not specified, this value will be -1.
Timestamp at which the poll is created.
User ID of the poll creator. null
if the creator account is removed.
An additional json data to accompany the poll.
A unique identifier for this poll.
An ID of the message that contains this poll.
Options for this poll.
Indicates whether this poll is PollStatus.OPEN, or PollStatus.CLOSED
Title of the poll.
Timestamp at which the poll is updated.
Contains optionIds which the current user voted on. If the current user has not voted, this list will be empty.
Total voter count.
Description
Class representing a poll. A poll instance can be created using sendbirdChat.poll.create() with PollCreateParams and updated using groupChannel.updatePoll() with PollUpdateParams class. A poll can be attached to a message using UserMessageCreateParams.pollId.