auth.resendCode
Layer 225
Constructor ID: 0xcae47523
Returns: SentCode
Parameters
| Name | Type | Description |
|---|---|---|
phone_number | string | |
phone_code_hash | string | |
reason | string (flags.0, optional) |
Example
go
result, err := client.Raw(&tg.ResendCodeRequest{
phone_number: "",
phone_code_hash: "",
reason: "",
})
if err != nil {
panic(err)
}
print(result)