Added full support of the Bot API 9.4#1761
Conversation
✔️ Changelog found.Thank you for adding a description of the changes |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev-3.x #1761 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 598 606 +8
Lines 14212 14341 +129
==========================================
+ Hits 14212 14341 +129
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
- Remove stray '-' artifact from GameHighScore docstring and butcher schema - Fix Makefile reformat target scope inconsistency (ruff check --fix) - Fix ButtonStyle enum source URL (#chat -> #inlinekeyboardbutton) - Add User.get_profile_audios() shortcut method (parallel to get_profile_photos) - Test ChatOwnerLeft with new_owner=None (edge case) - Add VideoQuality type and Video.qualities nesting tests - Add User.get_profile_audios() test Co-Authored-By: Claude Opus 4.6 <[email protected]>
This reverts commit 2184e98.
- Remove stray '-' artifact from GameHighScore docstring - Fix Makefile reformat target scope inconsistency (ruff check --fix) - Add User.get_profile_audios() shortcut method (parallel to get_profile_photos) - Test ChatOwnerLeft with new_owner=None (edge case) - Add VideoQuality type and Video.qualities nesting tests - Add User.get_profile_audios() test Co-Authored-By: Claude Opus 4.6 <[email protected]>
- Remove stray '-' artifact from GameHighScore docstring - Fix Makefile reformat target scope inconsistency (ruff check --fix) - Add User.get_profile_audios() shortcut method (parallel to get_profile_photos) - Test ChatOwnerLeft with new_owner=None (edge case) - Add VideoQuality type and Video.qualities nesting tests - Add User.get_profile_audios() test Co-Authored-By: Claude Opus 4.6 <[email protected]>
Note:
|
There was a problem hiding this comment.
Found a few things — created #1762 with fixes:
- GameHighScore docstring: stray
-artifact from the parser - Makefile:
reformattarget had inconsistent scope —ruff check --fixwas narrowed to$(package_dir)whileruff formatstill used$(code_dir) - User.get_profile_audios(): missing shortcut method (parallel to existing
get_profile_photos()) - Tests: added
VideoQualitytype tests,ChatOwnerLeftedge case withnew_owner=None, andUser.get_profile_audios()test
Also note: ButtonStyle enum source URL in .butcher/enums/ButtonStyle.yml points to #chat instead of #inlinekeyboardbutton — see #1761 (comment)
- Remove stray '-' artifact from GameHighScore docstring - Fix Makefile reformat target scope inconsistency (ruff check --fix) - Add User.get_profile_audios() shortcut method (parallel to get_profile_photos) - Test ChatOwnerLeft with new_owner=None (edge case) - Add VideoQuality type and Video.qualities nesting tests - Add User.get_profile_audios() test Co-Authored-By: Claude Opus 4.6 <[email protected]>
…te API references
* Fix review issues from PR #1761 - Remove stray '-' artifact from GameHighScore docstring - Fix Makefile reformat target scope inconsistency (ruff check --fix) - Add User.get_profile_audios() shortcut method (parallel to get_profile_photos) - Test ChatOwnerLeft with new_owner=None (edge case) - Add VideoQuality type and Video.qualities nesting tests - Add User.get_profile_audios() test Co-Authored-By: Claude Opus 4.6 <[email protected]> * Address review comments: use fixture and variables in tests, add changelog Co-Authored-By: Claude Opus 4.6 <[email protected]> * Address review follow-ups for PR #1762 --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
Description
Added full support of the Bot API 9.4