Generate init

This commit is contained in:
Alex Root Junior 2023-08-03 23:35:46 +03:00
parent aea876dfe0
commit 1ca1390bd2
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
252 changed files with 7000 additions and 219 deletions

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`