Skip to main content

Polls

In-game poll and info-bus survey messages.

C→S 109 - GetPollData

Nitro: POLL_START

Source: GetPollDataEvent, PollStartComposer

Requests the full question and answer data for a specific in-game poll, sent when the user opens the poll dialog.

Body: (empty)

C→S 3505 - AnswerPoll

Nitro: POLL_ANSWER

Source: AnswerPollEvent, PollAnswerComposer

Submits the user's answers to a specific poll question.

Body:
pollId: int
questionId: int
count: int

C→S 1773 - CancelPoll

Nitro: POLL_REJECT

Source: CancelPollEvent, PollRejectComposer

Cancels participation in an active poll, dismissing it without submitting answers.

Body: (empty)