Layer 224
AuthExportedAuthorizationObj
Data for copying of authorization between data centers.
constructor
auth.exportedAuthorization#b434e2b8 id:long bytes:bytes = auth.ExportedAuthorization;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | current user identifier |
| Bytes | bytes | authorizes key |
Returns
auth.ExportedAuthorizationGogram Example
// Creating AuthExportedAuthorizationObj constructor obj := &tg.AuthExportedAuthorizationObj{ Id: int64(1234567890), Bytes: []byte{0x01, 0x02, 0x03}, }