aiogram/.butcher/templates/methods/index.rst.jinja2

17 lines
258 B
Text
Raw Normal View History

#######
Methods
#######
Here is list of all available API methods:
{% for title, group in groups.items() %}
{{ title }}
{{ title|header('=') }}
.. toctree::
:maxdepth: 1
{% for name in group %}
{{ name|pythonize_name }}
{%- endfor %}
{% endfor %}