pyTelegramBotAPI
2.13K subscribers
56 links
pyTelegramBotAPI channel
Download Telegram
Channel created
pyTelegramBotAPI version update to 0.3.7.
Change log:
- Bug fix : fix race-condition for register_for_reply.
- Add timeout parameter for polling method.
πŸ‘6
pyTelegramBotAPI version update to 0.3.8.
Change log:
- Add webhook support.
- Better error handling.
- Add threaded parameter for telebot constructor. Allowing users to decide telebot to use thread for polling method.
πŸ‘3
pyTelegramBotAPI version update to 0.3.9.
Change log:
- New type Chat support.
- Bugs fix.
πŸ‘5
pyTelegramBotAPI version update to 0.4.0.
Change log:
- Code clean up.
- Bugs fix.
πŸ‘4
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