Releases: eternnoir/pyTelegramBotAPI
Releases · eternnoir/pyTelegramBotAPI
Version 3.1.0
Change log:
- Telegram bot api 3.1 features. https://core.telegram.org/bots/api#june-30-2017
- Proxy supported. https://github.com/eternnoir/pyTelegramBotAPI#proxy
Version 2.2.3
Change log:
- Gaming platform new methods.
- Other change in October 3, 2016 update. (https://core.telegram.org/bots/api/#recent-changes)
- Bugs fix.
Version 2.2.0
Change log:
- Gaming platform new methods.
- Other change in October 3, 2016 update.
(https://core.telegram.org/bots/api/#recent-changes)
Version 2.1.5
Bug Fix #202
Version 2.1.3
Change log:
- Added new methods: getChat, leaveChat, getChatAdministrators, getChatMember, getChatMembersCount.
- New fields: edited_message in Update, edit_date in Message, user in MessageEntity. New value text_mention for the type field in MessageEntity.
Version 2.0.5
Change log:
- Bug Fix
- ReplyKeyboardMarkup support string in bot2.0
Version 2.0.0
Change log:
- Support Telegram Bot 2.0 API's new features.
Version 1.4.2
Change log:
- Add disable_notification parameter.
- Added setters for message/inline/chosen-inline handlers.
Version 1.4.1
Change log:
- All Message's attributes default to None. Don't need hasattr to check attribute.
- Inline mode support.
- Add InlineQueryResultArticle, InlineQueryResultPhoto, InlineQueryResultGif, InlineQueryResultMpeg4Gif, InlineQueryResultVideo
- Add new method answer_inline_query
- Add new inline_handler
Version 1.4.0
Change log:
- Code clean up
- Bugs fix