aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/SendCodeHelper.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-09-07 21:22:21 +0300
committerlevlam <levlam@telegram.org>2022-09-07 21:22:21 +0300
commit20767a318b5fa74077d455c209bbc1d0587cb8cf (patch)
treed1ea19d5cfdc5541b535995caba044f5af83a8eb /td/telegram/SendCodeHelper.h
parent9bd566702ecc0b85d8cca7c3d8634abf802779d8 (diff)
Check for new code types in other phone number verifications.
Diffstat (limited to 'td/telegram/SendCodeHelper.h')
-rw-r--r--td/telegram/SendCodeHelper.h2
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(