Chat SDKs JavaScript v4
Chat SDKs JavaScript
Chat SDKs
JavaScript
Version 4
Retrieve a list of voters
Copy link
You can retrieve a list of voters for a poll option using the createPollVoterListQuery()
method or the sb.createPollVoterListQuery()
method.
JavaScriptTypeScript
PollVoterListQueryParams
Copy link
Parameter name | Type | Description |
---|---|---|
pollId | number | Specifies the unique ID of a poll. |
pollOptionId | number | Specifies the unique ID of a poll option. |
channelType | ChannelType | Specifies the type of the channel. |
channelUrl | string | Specifies the URL of the channel. |
limit? | number | Specifies the number of results to retrieve per page. Acceptable values are |