View Source ExTDLib.Method.SendPhoneNumberConfirmationCode (ExTDLib v0.0.4)

Sends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation. Returns object_ptr<AuthenticationCodeInfo>.

NameTypeDescription
hashstringHash value from the link.
phone_numberstringPhone number value from the link.
settingsphoneNumberAuthenticationSettingsSettings for the authentication of the user's phone number; pass null to use default settings.

More details on telegram's documentation.