Skip to content
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

Update for August 15, 2015 API changes #13

Closed
justdmitry opened this issue Aug 18, 2015 · 1 comment
Closed

Update for August 15, 2015 API changes #13

justdmitry opened this issue Aug 18, 2015 · 1 comment

Comments

@justdmitry
Copy link
Owner

Telegram team made some changes in API, marked as August 15, 2015:

  • Added new type Voice and new method sendVoice for sending voice messages.
  • Earlier Audio and sendAudio should now be used for sending music files. Telegram clients will show such files in the in-app music player. If you were using sendAudio for your bot to send voice messages, please use sendVoice instead.
  • Added optional fields performer, title to the Audio object and sendAudio method.
  • Added optional field voice to the Message object.

Source: https://core.telegram.org/bots/api-changelog#august-15-2015

justdmitry added a commit that referenced this issue Aug 18, 2015
@justdmitry
Copy link
Owner Author

All changes are already implemented in previous version 3.5.50816

Only corrections in docs/comments are required.

Done in 3.5.50818

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant