> For the complete documentation index, see [llms.txt](https://docs.diffcord.com/diffcord-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diffcord.com/diffcord-documentation/resources/vote.md).

# Vote

### Fields

| Field          | Type      | Description                                                                                                   |
| -------------- | --------- | ------------------------------------------------------------------------------------------------------------- |
| vote\_id       | string    | The id of the vote                                                                                            |
| user\_id       | snowflake | The id of the user who has voted                                                                              |
| bot\_id        | snowflake | The id of the bot which the user has voted for                                                                |
| since\_vote    | ?float    | Seconds that have elapsed since the vote                                                                      |
| rewarded       | boolean   | Whether the user vote has been rewarded and/or aknowledged (this must be manually changed via an API request) |
| test           | boolean   | Whether this is a testing bot vote (sent as a test via bot/server api dashboard) or not                       |
| monthly\_votes | integer   | Votes this month, excluding this vote.                                                                        |

### Example Output

```json
{
  "vote_id": "7019eeaa-a25a-446e-9122-dccf540e2405",
  "user_id": "129743267142362715",
  "bot_id": "7231198106540828102",
  "since_vote": 2.9213,
  "rewarded": false,
  "test": false,
  "monthly_votes": 12
}
```
