You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bots API 2.0 update of the Telegram API added a bunch of things! Other than keyboard and inline queries stuff which botogram can't use yet, tons of new features were added. This issue tracks the progress to completly support the update.
Add Message.pinned_message (no issue)
Add ParsedTextEntity.user and the entity type "text_mention" (no issue)
When a supergroup administrator sets a new pinned message, this
attribute contains the representation of it as a Message. Support for
this was added in the Bot API 2.0 update.
Issue: GH-61
pietroalbini
changed the title
Changes applied in the Bots API 2.0
Changes applied in the Bots API 2.0 and 2.1
May 24, 2016
The Bots API 2.0 update of the Telegram API added a bunch of things! Other than keyboard and inline queries stuff which botogram can't use yet, tons of new features were added. This issue tracks the progress to completly support the update.
AddMessage.pinned_message
(no issue)AddParsedTextEntity.user
and the entity type "text_mention" (no issue)Add ability to edit messages (issue Add ability to edit messages #55)Add ability to manage groups (issue Add ability to manage groups #56)Add ability to send contacts (issue Add ability to send contacts #57)Add support for venues (issue Add support for venues #58)Add support for message entities (issue Add support for message entities #59)Rename chat membership fields of the Message objects (issue Rename chat membership fields of the Message objects #60)Add ability to process edited messages (issue Add support for edited messages #63)Add ability to get information about chat members (issue Add support for querying chat members #64)Add ability to get details of a specific chat (issue Add support for bot.chat(id) and deprecate bot.send* #65)The text was updated successfully, but these errors were encountered: