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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user