Poll
Table of Contents
Methods
addPoll()
public
addPoll([array<string|int, mixed>|null $post = null ]) : Response
Parameters
- $post : array<string|int, mixed>|null = null
Return values
Response —vote()
Vote in a poll.
public
vote(int $id, int $choice) : Response
Parameters
- $id : int
- $choice : int