mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add Story and StoryViews Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add get_stories method Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add StoriesPrivacy Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add send_story method Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add edit_story method Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add delete_story method Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add export_story_link method Signed-off-by: wulan17 <wulan17@nusantararom.org> Pyrofork: Add story bound method Signed-off-by: wulan17 <wulan17@nusantararom.org>
49 lines
No EOL
997 B
ReStructuredText
49 lines
No EOL
997 B
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
|
|
MessageEntityType
|
|
MessageMediaType
|
|
MessageServiceType
|
|
MessagesFilter
|
|
ParseMode
|
|
PollType
|
|
SentCodeType
|
|
NextCodeType
|
|
UserStatus
|
|
StoriesPrivacy
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
ChatAction
|
|
ChatEventAction
|
|
ChatMemberStatus
|
|
ChatMembersFilter
|
|
ChatType
|
|
MessageEntityType
|
|
MessageMediaType
|
|
MessageServiceType
|
|
MessagesFilter
|
|
ParseMode
|
|
PollType
|
|
SentCodeType
|
|
NextCodeType
|
|
UserStatus
|
|
StoriesPrivacy |