mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Bump API schema to version 9.4, add new object types, methods, and properties.
* Add tests for `ChatOwnerChanged` and `ChatOwnerLeft` message types
* Add tests for `GetUserProfileAudios`, `RemoveMyProfilePhoto`, and `SetMyProfilePhoto` methods
* Bump version
* Update Makefile variables and refactor `test_get_user_profile_audios.py`
* Document new features and updates from Bot API 9.4 in changelog
* Add `ButtonStyle` enum to represent button styles in the Telegram API
* Fix review issues from PR #1761
- 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 <noreply@anthropic.com>
* Revert "Fix review issues from PR #1761"
This reverts commit
|
||
|---|---|---|
| .. | ||
| BotCommandScopeType.yml | ||
| ButtonStyle.yml | ||
| ChatActions.yml | ||
| ChatBoostSourceType.yml | ||
| ChatMemberStatus.yml | ||
| ChatType.yml | ||
| ContentType.yml | ||
| Currency.yml | ||
| DiceEmoji.yml | ||
| EncryptedPassportElement.yml | ||
| InlineQueryResultType.yml | ||
| InputMediaType.yml | ||
| InputPaidMediaType.yml | ||
| InputProfileType.yml | ||
| InputStoryContentPhotoType.yml | ||
| KeyboardButtonPollTypeType.yml | ||
| MaskPositionPoint.yml | ||
| MenuButtonType.yml | ||
| MessageEntityType.yml | ||
| MessageOriginType.yml | ||
| OwnedGiftType.yml | ||
| PaidMediaType.yml | ||
| ParseMode.yml | ||
| PassportElementErrorType.yml | ||
| PollType.yml | ||
| ReactionTypeType.yml | ||
| RevenueWithdrawalStateType.yml | ||
| StickerFormat.yml | ||
| StickerType.yml | ||
| StoryAreaTypeType.yml | ||
| TopicIconColor.yml | ||
| TransactionPartnerType.yml | ||
| TransactionPartnerUserTransactionType.yml | ||
| UpdateType.yml | ||