mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
14 lines
326 B
ReStructuredText
14 lines
326 B
ReStructuredText
.. Autogenerated file at 2018-09-08 02:07:37.563878
|
|
|
|
=================
|
|
Throtling example
|
|
=================
|
|
|
|
Example for throttling manager.
|
|
You can use that for flood controlling.
|
|
|
|
.. literalinclude:: ../../../examples/throtling_example.py
|
|
:caption: throtling_example.py
|
|
:language: python
|
|
:linenos:
|
|
:lines: 7-
|