mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-3.x' into markup-builder-improvements
This commit is contained in:
commit
7c468127cc
271 changed files with 7611 additions and 287 deletions
9
docs/api/enums/currency.rst
Normal file
9
docs/api/enums/currency.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
########
|
||||
Currency
|
||||
########
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.currency
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue