Layer 220
constructor
auth.exportedAuthorization#b434e2b8 id:long bytes:bytes = auth.ExportedAuthorization;

Parameters

Name Type Description
Id long current user identifier
Bytes bytes authorizes key

Gogram Example

// Creating AuthExportedAuthorization constructor
obj := &tg.AuthExportedAuthorization{
    Id: int64(0),
    Bytes: []byte{},
}