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