mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-28 17:09:05 +00:00
45 lines
909 B
ReStructuredText
45 lines
909 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:
|
||
|
|
||
|
ChatAction
|
||
|
ChatEventAction
|
||
|
ChatMemberStatus
|
||
|
ChatMembersFilter
|
||
|
ChatType
|
||
|
MessageEntityType
|
||
|
MessageMedia
|
||
|
MessageService
|
||
|
MessagesFilter
|
||
|
ParseMode
|
||
|
PollType
|
||
|
SentCodeType
|
||
|
UserStatus
|
||
|
|
||
|
.. toctree::
|
||
|
:hidden:
|
||
|
|
||
|
ChatAction
|
||
|
ChatEventAction
|
||
|
ChatMemberStatus
|
||
|
ChatMembersFilter
|
||
|
ChatType
|
||
|
MessageEntityType
|
||
|
MessageMedia
|
||
|
MessageService
|
||
|
MessagesFilter
|
||
|
ParseMode
|
||
|
PollType
|
||
|
SentCodeType
|
||
|
UserStatus
|