Changelog for
python3-pytelegrambotapi-3.8.1-lp154.1.1.noarch.rpm :
* Mon Jun 28 2021 dead_mozayAATTopensuse.org- Update to version 3.8.1:
* Post-release fix for infinity_polling
* - Set BotCommandScope as abstract class. - Docstrings from telegram API Scope types
* Bot API 5.3 changes - Personalized Commands for different chats - Custom Placeholders of input field for ReplyKeyboardMarkup and ForceReply.
* changed allowed_updates in util to update_types
* Update tgs_sticker support
* Fix long string blocking version of python on github actions setup
* added InputInvoiceMessageContent and tgs_sticker support
* fixed wrong type hint
* Added missing features
* Change description of developer bot
* Add developer bot
* Add Anti-Tracking Bot
* Added class ChatMemberUpdated
* Some small changes
* Raise exception if no token passed
* Fixed the errors from my last PRs
* Fixed a bug in `user_link`
* Fix special case when content_type is None
* Partial rollback for previous update
* Added the function `unix_time`
* Bug fixed on set_game_score
* Added: create_chat_invite_link, edit_chat_invite_link, revoke_chat_invite_link methods
* send_poll fix of fix
* send_poll fix with PollOptions
* Change message handler filtering order
* Add Torrent Hunt bot in README
* fixed overwriting exception args
* more explict process_middleware exceptions suppressing
* suppress_middleware_excepions configuration. False by default.
* middleware handlers exception handling
* Change fstrings to string formatting
* New property full_name
* Mon Mar 29 2021 dead_mozayAATTopensuse.org- Update to version 3.7.7:
* Minor release
* Heroku example update
* Added Price Tracker bot
* Removed my bot from list
* Add my bot to Readme.md
* Custom logging level for infinity_polling
* README list of bots update
* add MineGramBot
* Minor update to copyMessage
* fix example
* document SESSION_TIME_TO_LIVE
* document edit_message_text in readme
* add apihelper.ENABLE_MIDDLEWARE = True to readme
* Release v.3.7.6
* show bot id
* hide token from debug logs
* Short live sessions u1
* Added short live sessions
* Polling timeout fix
* Version update to previous commit
* Fix restrict_chat_member until_date bug
* Infinity polling fall down fixed
* Update README.md
* Update __init__.py
* Fix Things on copyMessage
* Added copyMessage method
* drop_pending_updates in set_webhook
* Release version 3.7.5
* Added timeout to xxx_webhook
* Added bot AATTdonamazonbot to the list
* Modify RedisHandlerBackend, add argument \"password=None\" to __init__()
* Update README.md
* Bot API update
* docs: fix simple typo, perfomance -> performance
* Avoid dead threads in treaded polling
* Exception if middleware is used but not enabled.
* fix restrict_chat_member method
* add short description to example and readme files
* Fix unban_chat_member in async
* add webhook example for Twisted framework
* Update __init__.py
* Bot API 5.0 pinning-unpinning logic post-fix.
* Fix 0a2216a22bf89b8f3482462109270b6e9c048e04 #2
* Hotfix 0a2216a22bf89b8f3482462109270b6e9c048e04
* Bot API 5.0 pinning-unpinning logic update
* Version 3.7.4 release
* added only_if_banned to unban_chat_member
* set_webhook bugfinx
* long_polling_timeout update 3
* long_polling_timeout update 2
* long_polling_timeout update 1
* Long polling updates and combo content types
* Animation content_type
* Update README.md
* Added Frcstbot
* Update README.md
* Fix broken text_mention html formatting
* Piece death fix
* Minor bugfix
* Update README.md
* fix: simplify code
* test: Add tests for InlineKeyboardMarkup and ...
* fix: button in markup should be obj, not json text
* fix: reply_markup does not change content_type
* feat: make InlineKeyboardMarkup JsonDeserializable
* feat: make InlineKeyboardButton JsonDeserializable
* feat: make LoginUrl JsonDeserializable
* feat: Added the field reply_markup to the Message
* Fix an error with the is_pil_image function
* test: Added file_unique_id from Bot API 4.5
* UPG: Added the field `file_unique_id`
* Minor readme update
* Move parameter to the end of list
* Add last_update_id parameter for constructor
* Bot API support checked/updated up to 4.2
* Append bots to list
* Update version.X
* Empty list optimization, Py2 arteacts removed,
* Fix \'NoneType\' object assignment error from #892 and #954
* Resolve conflicts
* Custom exception handler for poll mode
* fixed thumb processing
* back version to 3.7.2
* Create version.py
* added missing thumb params and more
* Two None checks
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Keyboard bugfix
* CopyPaste bugfix
* Bugfix and DISABLE_KEYLEN_ERROR
* Update apihelper.py
* Exceptions classes redesign followup
* Minor keyboard update followup
* Change logger level to warning
* Replace exceptions with warnings
* Type checking moved to utils
* Minor keyboard code redesign
* Update apihelper.py
* Support for PIL images as photo argument
* Fixing backward compatibility issue
* Exception classes redesign
* Retry on requests error
* Minor updates in code
* Documented the default parse_mode installation
* Restored necessary comment
* Added nested entities from Bot API 4.5
* Update README.md
* Update README.md
* Update apihelper.py
* Update test_types.py
* Update test_types.py
* Update types.py
* Update apihelper.py
* Update apihelper.py
* Update __init__.py
* Update apihelper.py
* Mon Jul 06 2020 dead_mozayAATTopensuse.org- Update to version 3.7.2:
* Fix tabs
* added NST
* Tue Jan 14 2020 dead_mozayAATTopensuse.org- Update to version 3.6.7+20200108.b1e5d00:
* TAB fix
* Design updates from #711
* Update detailed_example.py
* Update test_types.py
* Update types.py
* Travis CI: Drop EOL Py34 and add current Py38
* Update .travis.yml
* HTML symbols not replaced
* Update README
* Change chatid to chat_id to be the same as other examples
* Delete duplicate string
* Update apihelper.py #2
* Fixed #578
* Using Azure Functions for serverless bots.
* Bump requests from 2.7.0 to 2.20.0
* passport_data content type added
* Use ==/!= to compare str, bytes, and int literals
* Update apihelper.py
* Support for animated stickers
* Added Animation
* Update Readme
* add Poll, sendPoll, stopPoll
* Update Readme
* Fixed bug with LoginUrl
* Added LoginUrl to types
* Delete my_tests.py
* Update README.md
* add Poll, sendPoll, stopPoll
* add Poll, sendPoll, stopPoll
* Update README.md
* Update README.md
* added creationdatebot to bots api list
* Update README.md
* remove unnecessary f-strings
* update bot list
* fix errors
* Add \'method\' parameter to methods that edit message
* Added the method sendAnimation, which can be used instead of sendDocument to send animations, specifying their duration.
* edit message_handler doc
* fix syntax errors
* sleep time timeout time instead of 5 seconds always
* Update shipping option
* Update README.md
* Fix kick_chat_member decription
* timeout for send_message
* create field forward_from_message_id in Message
* Sun Jan 20 2019 dead_mozayAATTopensuse.org- Update to version 3.6.6+20181229.8005ca2:
* Update example for api server check webhook alive.
* Update deep_linking.py
* Update echo_bot.py
* Update Bots using this API
* Added check for parse_mode in BaseInlineQueryResultCached. Should fix #571
* fix: some intendation
* enh: optimize imports
* fix: little style fixes
* fix: wrong arguments usage (fix fa038c2)
* fix: python 2/3 compatibility in examples
* fix: delete doubled Sticker class (left a new one)