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>.
| Name | Type | Description |
|---|---|---|
| hash | string | Hash value from the link. |
| phone_number | string | Phone number value from the link. |
| settings | phoneNumberAuthenticationSettings | Settings for the authentication of the user's phone number; pass null to use default settings. |
More details on telegram's documentation.