2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Update API scheme.

This commit is contained in:
John Preston
2019-08-01 10:22:49 +01:00
parent 052e4bc508
commit abf49e1672
11 changed files with 21 additions and 18 deletions

View File

@@ -122,9 +122,7 @@ void PhoneWidget::submit() {
MTP_string(_sentPhone),
MTP_int(ApiId),
MTP_string(ApiHash),
MTP_codeSettings(
MTP_flags(0),
MTPstring())),
MTP_codeSettings(MTP_flags(0))),
rpcDone(&PhoneWidget::phoneSubmitDone),
rpcFail(&PhoneWidget::phoneSubmitFail));
}