2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Update API scheme on layer 160.

This commit is contained in:
John Preston
2023-06-26 12:24:32 +04:00
parent e7ccf5d8ad
commit a57e9990b0
4 changed files with 30 additions and 10 deletions

View File

@@ -1830,7 +1830,11 @@ void ApiWrap::requestNotifySettings(const MTPInputNotifyPeer &peer) {
MTPNotificationSound(),
MTPNotificationSound(),
MTPNotificationSound(),
MTPBool()));
MTPBool(),
MTPBool(),
MTPNotificationSound(),
MTPNotificationSound(),
MTPNotificationSound()));
_notifySettingRequests.erase(key);
}).send();
_notifySettingRequests.emplace(key, requestId);