TDLib v0.0.2 TDLib.Object.AuthenticationCodeInfo View Source
Information about the authentication code that was sent.
Name | Type | Description |
---|---|---|
type | AuthenticationCodeType | Describes the way the code was sent to the user. |
next_type | AuthenticationCodeType | Describes the way the next code will be sent to the user; may be null. |
timeout | number | Timeout before the code should be re-sent, in seconds. |
More details on telegram’s documentation.