PollOptionVotesViewController

constructor(poll: Poll, option: Option, chatClient: ChatClient = ChatClient.instance(), scope: CoroutineScope)

Parameters

poll

The poll containing the option for which votes are displayed.

option

The specific poll option for which vote results are fetched.

chatClient

The ChatClient instance used for querying poll votes from the API.

scope

The CoroutineScope used for launching coroutines.