Skip to content

auth.importWebTokenAuthorization

Layer 225

Constructor ID: 0x2db873a9
Returns: Authorization

Parameters

NameTypeDescription
api_idint32
api_hashstring
web_auth_tokenstring

Example

go
result, err := client.Raw(&tg.ImportWebTokenAuthorizationRequest{
    api_id: 0,
    api_hash: "",
    web_auth_token: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.