Skip to content

auth.resetLoginEmail

Layer 225

Constructor ID: 0x7e960193
Returns: SentCode

Parameters

NameTypeDescription
phone_numberstring
phone_code_hashstring

Example

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

Released under the Apache-2.0 License.