mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-01 11:22:20 +00:00
Update API scheme to layer 133.
This commit is contained in:
@@ -317,7 +317,7 @@ void QrWidget::refreshCode() {
|
||||
_requestId = api().request(MTPauth_ExportLoginToken(
|
||||
MTP_int(ApiId),
|
||||
MTP_string(ApiHash),
|
||||
MTP_vector<MTPint>(0)
|
||||
MTP_vector<MTPlong>(0)
|
||||
)).done([=](const MTPauth_LoginToken &result) {
|
||||
handleTokenResult(result);
|
||||
}).fail([=](const MTP::Error &error) {
|
||||
|
Reference in New Issue
Block a user