Update API scheme on layer 228.

This commit is contained in:
John Preston
2026-06-19 13:14:28 +04:00
parent 5ecffe5c5c
commit a0fd43642a
19 changed files with 162 additions and 11 deletions
@@ -116,6 +116,8 @@ void NotifySettings::apply(
apply(peerFromMTP(data.vpeer()), settings);
}, [&](const MTPDnotifyForumTopic &data) {
apply(peerFromMTP(data.vpeer()), data.vtop_msg_id().v, settings);
}, [&](const MTPDnotifyCommunity &) {
AssertIsDebug();
});
}
@@ -149,6 +151,8 @@ void NotifySettings::apply(
apply(peerFromInput(data.vpeer()), settings);
}, [&](const MTPDinputNotifyForumTopic &data) {
apply(peerFromInput(data.vpeer()), data.vtop_msg_id().v, settings);
}, [&](const MTPDinputNotifyCommunity &) {
AssertIsDebug();
});
}