pyrogram/compiler/docs/template/enums.rst
KurimuzonAkuma 8ad4e9a2ab Update compiler
Co-authored-by: Shrimadhav U K <SpEcHiDe@users.noreply.github.com>
2024-08-22 23:38:46 +03:00

22 lines
494 B
ReStructuredText

Enumerations
============
This page is about Pyrogram enumerations.
Enumerations are types that hold a group of related values to be used whenever a constant value is required.
They will help you deal with those values in a type-safe way and also enable code completion so that you can be sure
to apply only a valid value among the expected ones.
-----
.. currentmodule:: pyrogram.enums
.. autosummary::
:nosignatures:
{enums_hlist}
.. toctree::
:hidden:
{enums_toctree}