Version 13.5
Released 2021-04-30
Major Changes:
-
Full support of Bot API 5.2 (#2489).
Note:
Thestart_parameter
argument ofBot.send_invoice
and the corresponding shortcuts is now optional, so the order of
parameters had to be changed. Make sure to update your method calls accordingly. -
Update
ChatActions
, DeprecatingChatAction.RECORD_AUDIO
andChatAction.UPLOAD_AUDIO
(#2460)
New Features:
- Convenience Utilities & Example for Handling
ChatMemberUpdated
(#2490) Filters.forwarded_from
(#2446)
Minor changes, CI improvements, Doc fixes and Type hinting: