mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* 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 <noreply@anthropic.com> * Address review comments: use fixture and variables in tests, add changelog Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Address review follow-ups for PR #1762 --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ad9c77f99a
commit
06bdae69c2
7 changed files with 119 additions and 2 deletions
|
|
@ -2,3 +2,7 @@ get_profile_photos:
|
|||
method: getUserProfilePhotos
|
||||
fill:
|
||||
user_id: self.id
|
||||
get_profile_audios:
|
||||
method: getUserProfileAudios
|
||||
fill:
|
||||
user_id: self.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue