mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update docs
This commit is contained in:
parent
7c65344dcd
commit
7b33e5c68a
8 changed files with 55 additions and 38 deletions
|
|
@ -7,8 +7,8 @@ Throtling example
|
|||
Example for throttling manager.
|
||||
You can use that for flood controlling.
|
||||
|
||||
.. literalinclude:: ../../../examples/throtling_example.py
|
||||
:caption: throtling_example.py
|
||||
.. literalinclude:: ../../../examples/throttling_example.py
|
||||
:caption: throttling_example.py
|
||||
:language: python
|
||||
:linenos:
|
||||
:lines: 7-
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
.. Autogenerated file at 2018-09-08 02:07:37.576034
|
||||
|
||||
=================
|
||||
Webhook example 2
|
||||
=================
|
||||
===================
|
||||
Webhook example old
|
||||
===================
|
||||
|
||||
.. literalinclude:: ../../../examples/webhook_example_2.py
|
||||
.. literalinclude:: ../../../examples/webhook_example_old.py
|
||||
:caption: webhook_example_2.py
|
||||
:language: python
|
||||
:linenos:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue