2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Update API scheme to layer 150.

This commit is contained in:
John Preston
2022-11-25 16:57:09 +01:00
parent 39f9fee22f
commit d89573bab5
12 changed files with 54 additions and 15 deletions

View File

@@ -386,7 +386,8 @@ void ForumTopic::setClosedAndSave(bool closed) {
MTP_int(_rootId),
MTPstring(), // title
MTPlong(), // icon_emoji_id
MTP_bool(closed)
MTP_bool(closed),
MTPBool() // hidden
)).done([=](const MTPUpdates &result) {
api->applyUpdates(result);
}).fail([=](const MTP::Error &error) {