Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 962 Bytes

File metadata and controls

47 lines (40 loc) · 962 Bytes

Enumerations

This page is about Hydrogram 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:: hydrogram.enums

.. autosummary::
    :nosignatures:

    ChatAction
    ChatEventAction
    ChatMemberStatus
    ChatMembersFilter
    ChatType
    MessageEntityType
    MessageMediaType
    MessageServiceType
    MessagesFilter
    ParseMode
    PollType
    SentCodeType
    NextCodeType
    UserStatus

.. toctree::
    :hidden:

    ChatAction
    ChatEventAction
    ChatMemberStatus
    ChatMembersFilter
    ChatType
    MessageEntityType
    MessageMediaType
    MessageServiceType
    MessagesFilter
    ParseMode
    PollType
    SentCodeType
    NextCodeType
    UserStatus