View Source ExTDLib.Object.AuthenticationCodeInfo (ExTDLib v0.0.4)
Information about the authentication code that was sent.
| Name | Type | Description |
|---|---|---|
| phone_number | string | A phone number that is being authenticated. |
| type | AuthenticationCodeType | The way the code was sent to the user. |
| next_type | AuthenticationCodeType | The way the next code will be sent to the user; may be null. |
| timeout | number | Timeout before the code can be re-sent, in seconds. |
More details on telegram's documentation.