Polls
In-game poll and info-bus survey messages.
C→S 109 - GetPollData
Nitro:
POLL_STARTSource:
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_ANSWERSource:
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_REJECTSource:
CancelPollEvent,PollRejectComposer
Cancels participation in an active poll, dismissing it without submitting answers.
Body: (empty)