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 'September 7, 2015' API changes #20

Closed
justdmitry opened this issue Sep 21, 2015 · 2 comments
Closed

Update for 'September 7, 2015' API changes #20

justdmitry opened this issue Sep 21, 2015 · 2 comments

Comments

@justdmitry
Copy link
Owner

Telegram team made some changes in API, marked as September 7, 2015:

  • You can now pass parameters using application/json (please note that this doesn't work for file uploads: use multipart/form-data to upload files).
  • Added very basic markdown support. New field parse_mode addded to sendMessage. For the moment messages with markdown will be displayed correctly only in Telegram for Android. Other official apps will catch up soon.

Source: https://core.telegram.org/bots/api-changelog#september-7-2015

@justdmitry
Copy link
Owner Author

  1. Ignored. Still sending as application/x-www-form-urlencoded and multipart/form-data
  2. Added ParseMode field to SendMessage request.

@justdmitry
Copy link
Owner Author

Implemented in version 3.7.50926

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