Skip to content

v3.8.0

Compare
Choose a tag to compare
@Badiboy Badiboy released this 27 Jun 10:30
· 1624 commits to master since this release
fb290dc

Large update

  • Type hints for many methods and functions
  • quick_markup function for easy Inline buttons creation
  • ChatMemberUpdated class added
  • Entities and allow_sending_without_reply parameters nearly to all send_xxx methods
  • location, conact, chat management and some other method signatures updated
  • proximity_alert_triggered, voice_chat_scheduled, voice_chat_started, voice_chat_ended, voice_chat_participants_invited, message_auto_delete_timer_changed and ohter content types added
  • commands management routines added
  • new my_chat_member and chat_member handlers added. By default these updates are disabled!!! See next row
  • polling / infinity_polling now accept allowed_updates to manage update types
    Lot of other minor updates to function signatures.

Great respect to @SwissCorePy for that!