TDLib v0.0.2 TDLib.Object.AuthenticationCodeInfo View Source

Information about the authentication code that was sent.

NameTypeDescription
typeAuthenticationCodeTypeDescribes the way the code was sent to the user.
next_typeAuthenticationCodeTypeDescribes the way the next code will be sent to the user; may be null.
timeoutnumberTimeout before the code should be re-sent, in seconds.

More details on telegram’s documentation.