mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 16:15:51 +00:00
* Re-generate types * Re-generate methods (only attributes) * Added enums * Base init generator * Added butcher configs * Fixed tests, bump butcher * Added changelog * Added enum docs * Added templates for docs index * Re-generate bot class, remove deprecated methods
16 lines
258 B
Django/Jinja
16 lines
258 B
Django/Jinja
#######
|
|
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 %}
|