pyTelegramBotAPI
2.13K subscribers
56 links
pyTelegramBotAPI channel
Download Telegram
pyTelegramBotAPI version update to 0.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
πŸ‘2
pyTelegramBotAPI version update to 0.4.2.
Change log:
- Add disable_notification parameter.
- Added setters for message/inline/chosen-inline handlers.
πŸ‘3
pyTelegramBotAPI version update to 2.0.0
Change log:
- Support Telegram bot 2.0 new features.
More information about bot 2.0 changes:
https://core.telegram.org/bots/api#recent-changes

Important Notice:
April 9,2016 Telegram release new bot 2.0 API, which has a drastic revision especially for the change of method's interface.If you want to update to the latest version, please make sure you've switched bot's code to bot 2.0 method interface.
πŸ‘3
pyTelegramBotAPI version update to 2.0.5
Change log:
- Bug Fix
- ReplyKeyboardMarkup support string in bot2.0
πŸ‘3
pyTelegramBotAPI version update to 2.1.0
Change log:
- Added the field emoji to the Sticker.
- Added the field forward_from_chat to the Message object for messages forwarded from channels.
πŸ‘3
pyTelegramBotAPI version update to 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.
πŸ‘3
pyTelegramBotAPI version update to 3.4.1
Change log:
- Telegram bot api 3.4 features. https://core.telegram.org/bots/api#october-11-2017
- Fix new message trigger command_handler and next_step_handler same time. Now only trigger next_step_handler. #405
- Fix #414
πŸ‘3
πŸŽ‰ v.4.0.0 - up to date!

Great news!

πŸ’« Library is now support the latest Bot API (v.5.3)!
- (With some limitations, see compatibility list in readme).

We hope to keep it now up to date with the further Bot API updates.

Release
πŸ‘3
πŸŽ‰ 4.2.0 - Bot API 5.4 and overriding requests

Bot API support bumped up to v.5.4.
Thanks to @coder2020

- Added possibility to override request sending for testing purposes or making some requests post-processing.
See: https://github.com/eternnoir/pyTelegramBotAPI#testing

Release
πŸ‘5
πŸŽ‰ 4.2.1 - Absolutely new AsyncTeleBot

Absolutely new AsyncTeleBot (alpha version).
By @coder2020

See: https://github.com/eternnoir/pyTelegramBotAPI#asynctelebot for details.

Release
πŸ‘4
πŸŽ‰ 4.2.2 - Bot API 5.5

πŸ€– Bot API support bumped up to v. 5.5.
Thanks again to @coder2020

Release
πŸ‘6
πŸŽ‰ 4.3.0 - Bot API 5.6

πŸ“ Changes:
- πŸ€– Bot API support bumped up to v. 5.6. (both sync and async)
- Polling in asynctelebot is now asynchronous βœ…
- send_document parameter fix
- better description on error for asynctelebot

Release
πŸ‘17