MadelineProto/docs/TD_docs/methods/checkChangePhoneNumberCode.md

23 lines
637 B
Markdown
Raw Normal View History

---
title: checkChangePhoneNumberCode
description: Checks authentication code sent to change user's phone number. Returns authStateOk on success
---
## Method: checkChangePhoneNumberCode
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Checks authentication code sent to change user's phone number. Returns authStateOk on success
### Params:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|code|[string](../types/string.md) | Yes|Verification code from SMS, phone call or flash call|
### Return type: [AuthState](../types/AuthState.md)