Enums
You can import all enums at once:
 
  
  Bases: str, Enum
This object represents a possible participant role in a chat.
 
  Bases: int, Enum
The enumeration contains possible chat types.
 
  Bases: int, Enum
The enumeration contains possible author types.
 
  Bases: int, Enum
This enumeration is used to indicate the status of a file on the server.
 
   
  Bases: int, Enum
The enumeration contains the message type.
 
  Bases: str, Enum
Error codes, according to the OAuth 2.0 specification, are presented as ASCII strings from the list specified in the specification.
 class-attribute instance-attribute  ⚓︎
   
  Bases: str, Enum
Formatting options
 
   
  Bases: int, Enum
There are three types of messages. Only REQUEST and RESPONSE are applicable.