mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* feature: add aliases for InaccessibleMessage type * add changelog * fix changelog * remove methods that may not be accessible for the InaccessibleMessage type, add tests * apply black isort * update docs with InaccessibleMessage aliases
2 lines
No EOL
235 B
ReStructuredText
2 lines
No EOL
235 B
ReStructuredText
Added missing method aliases such as `.answer()`, `.reply()`, and others to `InaccessibleMessage`.
|
|
This change ensures consistency and improves usability by aligning the functionality of `InaccessibleMessage` with the `Message` type. |