Votes
Create Vote
Creates a new vote or updates an existing vote on a message
POST
Path Parameters
Chat ID containing the message
Body Parameters
Chat ID (must match path parameter)
Message ID to vote on
Whether this is an upvote (true) or downvote (false)
Response
Indicates if the vote was created or updated successfully
Success or error message
The created or updated vote object
Notes
- If a vote already exists for the message, it will be updated with the new value
- Each user can have only one vote per message
- Changing from upvote to downvote (or vice versa) updates the existing vote

