Add different shortcut methods for Text.as_kwargs() (#1657)

* Add different shortcut methods for Text.as_kwargs()

New methods:
- as_caption_kwargs()
- as_poll_question_kwargs()
- as_poll_explanation_kwargs()
- as_gift_text_kwargs()

* Add changelog

* Fix not passing linter checks
This commit is contained in:
Anton Trotsenko 2025-04-02 22:16:55 +02:00 committed by GitHub
parent 7e8dcc6852
commit 5547963311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 114 additions and 1 deletions

1
CHANGES/1657.feature.rst Normal file
View file

@ -0,0 +1 @@
Add different shortcut methods for ``aiogram.utils.formatting.Text.as_kwargs()``