vCodes
  • API Reference
  • RESOURCES
    • Bots
    • Bot
      • Vote
      • Commands
      • Announcements
  • LIBRARIES
    • Javascript
Powered by GitBook
On this page
  • Get Voters
  • Get Specific Vote

Was this helpful?

Export as PDF
  1. RESOURCES
  2. Bot

Vote

Get Voters

GET /bot/:id/voters

Path Parameters

Name
Type
Description

String

It specifies which bot data you will withdraw.

Query Parameters

Name
Type
Description

page

String

limit

String

How many data will appear on each page.

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    // Response
}

Get Specific Vote

GET /bot/:id/voters/:userId

Path Parameters

Name
Type
Description

id

String

It specifies which bot data you will withdraw.

userId

String

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    // Response
}
PreviousBotNextCommands

Last updated 2 years ago

Was this helpful?