Skip to content

auth.importAuthorization

Layer 225

Constructor ID: 0xa57a7dad
Returns: Authorization

Parameters

NameTypeDescription
idint64
bytes[]byte

Example

go
result, err := client.Raw(&tg.ImportAuthorizationRequest{
    id: 0,
    bytes: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.