pyTelegramBotAPI version update to 0.3.7.
Change log:
- Bug fix : fix race-condition for register_for_reply.
- Add timeout parameter for polling method.
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.
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.
Change log:
- New type Chat support.
- Bugs fix.
👍5
pyTelegramBotAPI version update to 0.4.0.
Change log:
- Code clean up.
- Bugs fix.
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
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
We found inline mode still has bugs in telegram bot api, feel free to send issue. https://github.com/eternnoir/pyTelegramBotAPI/issues
GitHub
eternnoir/pyTelegramBotAPI
Python Telegram bot api. Contribute to eternnoir/pyTelegramBotAPI development by creating an account on GitHub.
👍2
pyTelegramBotAPI version update to 0.4.2.
Change log:
- Add disable_notification parameter.
- Added setters for message/inline/chosen-inline handlers.
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.
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.
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍3
pyTelegramBotAPI version update to 2.0.5
Change log:
- Bug Fix
- ReplyKeyboardMarkup support string in bot2.0
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.
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.
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 2.2.0
Change log:
- Gaming platform new methods.
- Other change in October 3, 2016 update.
(https://core.telegram.org/bots/api/#recent-changes)
Change log:
- Gaming platform new methods.
- Other change in October 3, 2016 update.
(https://core.telegram.org/bots/api/#recent-changes)
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍3
pyTelegramBotAPI version update to 2.3.0
Change log:
- Telegram bot api 20161121 new feature.
- Telegram bot api 20161204 new feature.
https://core.telegram.org/bots/api#recent-changes
Change log:
- Telegram bot api 20161121 new feature.
- Telegram bot api 20161204 new feature.
https://core.telegram.org/bots/api#recent-changes
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍3
pyTelegramBotAPI version update to 3.0.0
Change log:
- Implement all bot v3 feature.
https://core.telegram.org/bots/api#may-18-2017
Change log:
- Implement all bot v3 feature.
https://core.telegram.org/bots/api#may-18-2017
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍3
pyTelegramBotAPI version update to 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
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
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍3
pyTelegramBotAPI version update to 3.2.0
Change log:
- Telegram bot api 3.2 features. https://core.telegram.org/bots/api#july-21-2017
Change log:
- Telegram bot api 3.2 features. https://core.telegram.org/bots/api#july-21-2017
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍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
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
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍3
pyTelegramBotAPI version update to 3.5.0
Change log:
- Telegram bot api 3.5 features. https://core.telegram.org/bots/api#november-17-2017
Change log:
- Telegram bot api 3.5 features. https://core.telegram.org/bots/api#november-17-2017
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍6
🎉 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
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
core.telegram.org
Telegram Bot API
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍3