auth.ExportedAuthorization
- class pyrogram.raw.base.auth.ExportedAuthorization
Exported authorization
- Constructors:
This base type has 1 constructor available.
Data for copying of authorization between data centers.
- Functions:
This object can be returned by 1 function.
Returns data for copying authorization to another data-center.
TL Schema
auth.exportedAuthorization#b434e2b8
id:long
bytes:bytes
= auth.ExportedAuthorization
Parameter Tree
ExportedAuthorization
├── id →
long└── bytes →
bytesExample
ExportedAuthorization(
id=0,
bytes=b"data",
)