auth.ExportedAuthorization

class pyrogram.raw.base.auth.ExportedAuthorization

Exported authorization

Constructors:

This base type has 1 constructor available.

auth.ExportedAuthorization

Data for copying of authorization between data centers.

Functions:

This object can be returned by 1 function.

auth.ExportAuthorization

Returns data for copying authorization to another data-center.

TL Schema

auth.exportedAuthorization#b434e2b8
id:long
bytes:bytes

= auth.ExportedAuthorization

Parameter Tree

ExportedAuthorization
├── idlong
└── bytesbytes

Example

ExportedAuthorization(
    id=0,
    bytes=b"data",
)