Skip to content

auth.cancelCode

Layer 225

Constructor ID: 0x1f040578
Returns: Bool

Parameters

NameTypeDescription
phone_numberstring
phone_code_hashstring

Example

go
result, err := client.Raw(&tg.CancelCodeRequest{
    phone_number: "",
    phone_code_hash: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.