Layer 224
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 AuthExportedAuthorizationObj constructor
obj := &tg.AuthExportedAuthorizationObj{
    Id: int64(1234567890),
    Bytes: []byte{0x01, 0x02, 0x03},
}