Team
API for team users.
On this page
submit_poll
⚠️ Subject to change.
The team submits their team decision poll.
{
// Request
"request": "submit_poll",
"content": {
"poll_no": <int>,
"poll_response": [xxx, xxx, xxx],
},
}
poll_no
: 1 if 1st poll, 2 if 2nd poll.poll_response
: An arrary. 0th item is response to 1st question.