Update API scheme to layer 150.

This commit is contained in:
John Preston
2022-11-25 16:57:09 +01:00
parent 39f9fee22f
commit d89573bab5
12 changed files with 54 additions and 15 deletions
@@ -45,6 +45,8 @@ void ConfirmPhone::resolve(
return 0;
}, [&](const MTPDauth_sentCodeTypeSms &data) {
return data.vlength().v;
}, [&](const MTPDauth_sentCodeTypeFragmentSms &data) {
return data.vlength().v;
}, [&](const MTPDauth_sentCodeTypeCall &data) {
return data.vlength().v;
}, [&](const MTPDauth_sentCodeTypeFlashCall &) {