Merge branch 'dev-3.x' into markup-builder-improvements

This commit is contained in:
Alex Root Junior 2023-08-04 22:11:19 +03:00
commit 7c468127cc
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
271 changed files with 7611 additions and 287 deletions

View file

@ -0,0 +1,9 @@
########
Currency
########
.. automodule:: aiogram.enums.currency
:members:
:member-order: bysource
:undoc-members: True

View file

@ -15,6 +15,7 @@ Here is list of all available enums:
chat_member_status
chat_type
content_type
currency
dice_emoji
encrypted_passport_element
inline_query_result_type

View file

@ -43,3 +43,9 @@ As reply into Webhook in handler
.. code-block:: python
return AnswerPreCheckoutQuery(...)
As shortcut from received object
--------------------------------
- :meth:`aiogram.types.pre_checkout_query.PreCheckoutQuery.answer`

View file

@ -43,3 +43,9 @@ As reply into Webhook in handler
.. code-block:: python
return AnswerShippingQuery(...)
As shortcut from received object
--------------------------------
- :meth:`aiogram.types.shipping_query.ShippingQuery.answer`

View file

@ -49,3 +49,4 @@ As shortcut from received object
--------------------------------
- :meth:`aiogram.types.message.Message.edit_reply_markup`
- :meth:`aiogram.types.message.Message.delete_reply_markup`