Layer 220
AuthExportedAuthorization
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 AuthExportedAuthorization constructor obj := &tg.AuthExportedAuthorization{ Id: int64(0), Bytes: []byte{}, }