pyrofork/docs/source/api/enums/index.rst
Yasir Aris M 4c11bcdc7f
Pyrofork: Message Reaction Update (#43)
* Pyrofork: Message Reaction Update

---------

Signed-off-by: Yasir Aris M <yasiramunandar@gmail.com>
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Co-authored-by: shriMADhav U k <hetzner@shrimadhavuk.me>
Co-authored-by: Yasir Aris M <yasiramunandar@gmail.com>
Co-authored-by: wulan17 <wulan17@nusantararom.org>
2024-01-22 23:26:09 +07:00

55 lines
1.1 KiB
ReStructuredText

Enumerations
============
This page is about Pyrofork 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
ListenerTypes
MessageEntityType
MessageMediaType
MessageServiceType
MessagesFilter
ParseMode
PollType
SentCodeType
NextCodeType
UserStatus
ReactionType
StoriesPrivacyRules
StoryPrivacy
.. toctree::
:hidden:
ChatAction
ChatEventAction
ChatMemberStatus
ChatMembersFilter
ChatType
ListenerTypes
MessageEntityType
MessageMediaType
MessageServiceType
MessagesFilter
ParseMode
PollType
SentCodeType
NextCodeType
UserStatus
ReactionType
StoriesPrivacyRules
StoryPrivacy