Skip to content

feat!: add support for feeds v3 API #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

feat!: add support for feeds v3 API #118

wants to merge 38 commits into from

Conversation

szuperaz
Copy link
Contributor

@szuperaz szuperaz commented Jul 9, 2025

Breaking changes:

  • client.chat.createPoll -> client.createPoll
  • client.chat.updatePollPartial -> client.updatePollPartial
  • client.chat.updatePoll -> client.updatePoll
  • client.chat.deletePoll -> client.deletePoll
  • client.chat.createPollOption -> client.createPollOption
  • client.chat.updatePollOption -> client.updatePollOption
  • client.chat.deletePollOption -> client.deletePollOption
  • client.chat.queryPollVotes -> client.queryPollVotes
  • client.chat.queryPolls -> client.queryPolls

@szuperaz szuperaz changed the title feat: add support for feeds v3 API feat!: add support for feeds v3 API Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants