2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update API scheme to layer 132.

This commit is contained in:
John Preston
2021-08-24 20:57:54 +03:00
parent 558e1d96fd
commit 0cfede984c
11 changed files with 126 additions and 29 deletions

View File

@@ -484,6 +484,8 @@ void HistoryService::setMessageByAction(const MTPmessageAction &action) {
return prepareSetMessagesTTL(data);
}, [&](const MTPDmessageActionGroupCallScheduled &data) {
return prepareCallScheduledText(data.vschedule_date().v);
}, [&](const MTPDmessageActionSetChatTheme &data) {
return PreparedText{ tr::lng_message_empty(tr::now) }; // #TODO themes
}, [](const MTPDmessageActionEmpty &) {
return PreparedText{ tr::lng_message_empty(tr::now) };
});