mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
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:
parent
7e8dcc6852
commit
5547963311
3 changed files with 114 additions and 1 deletions
1
CHANGES/1657.feature.rst
Normal file
1
CHANGES/1657.feature.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add different shortcut methods for ``aiogram.utils.formatting.Text.as_kwargs()``
|
||||
Loading…
Add table
Add a link
Reference in a new issue