diff options
| author | levlam <levlam@telegram.org> | 2022-09-07 21:22:21 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-09-07 21:22:21 +0300 |
| commit | 20767a318b5fa74077d455c209bbc1d0587cb8cf (patch) | |
| tree | d1ea19d5cfdc5541b535995caba044f5af83a8eb /td/telegram/SendCodeHelper.h | |
| parent | 9bd566702ecc0b85d8cca7c3d8634abf802779d8 (diff) | |
Check for new code types in other phone number verifications.
Diffstat (limited to 'td/telegram/SendCodeHelper.h')
| -rw-r--r-- | td/telegram/SendCodeHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/SendCodeHelper.h b/td/telegram/SendCodeHelper.h index 6ace7fad4..e4cff30c4 100644 --- a/td/telegram/SendCodeHelper.h +++ b/td/telegram/SendCodeHelper.h @@ -87,7 +87,7 @@ class SendCodeHelper { static AuthenticationCodeInfo get_authentication_code_info( tl_object_ptr<telegram_api::auth_CodeType> &&code_type_ptr); - static AuthenticationCodeInfo get_authentication_code_info( + static AuthenticationCodeInfo get_sent_authentication_code_info( tl_object_ptr<telegram_api::auth_SentCodeType> &&sent_code_type_ptr); static td_api::object_ptr<td_api::AuthenticationCodeType> get_authentication_code_type_object( |
