Skip to content

enums

LoginType

Bases: StrEnum

Login mode for Telegram authentication.

DESKTOP

DESKTOP = 'desktop'

CODE

CODE = 'code'

QR

QR = 'qr'

ExportType

Bases: StrEnum

Export type for chat message export.

TIME

TIME = 'time'

ID

ID = 'id'

LAST

LAST = 'last'

ForwardMode

Bases: StrEnum

Forward mode for message forwarding.

DIRECT

DIRECT = 'direct'

CLONE

CLONE = 'clone'

ListOutput

Bases: StrEnum

Output format for chat list.

TABLE

TABLE = 'table'

JSON

JSON = 'json'