View Source ExTDLib.Object.AuthenticationCodeInfo (ExTDLib v0.0.4)

Information about the authentication code that was sent.

NameTypeDescription
phone_numberstringA phone number that is being authenticated.
typeAuthenticationCodeTypeThe way the code was sent to the user.
next_typeAuthenticationCodeTypeThe way the next code will be sent to the user; may be null.
timeoutnumberTimeout before the code can be re-sent, in seconds.

More details on telegram's documentation.