mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
15 lines
326 B
ReStructuredText
15 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-
|