2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Update API scheme on layer 176.

This commit is contained in:
John Preston
2024-03-01 09:06:48 +04:00
parent 8545a14763
commit d5e920e45a
6 changed files with 24 additions and 9 deletions

View File

@@ -97,6 +97,7 @@ Data::BusinessRecipients FromMTP(
auto result = Data::AwaySettings{
.recipients = FromMTP(owner, data.vrecipients()),
.shortcutId = data.vshortcut_id().v,
.offlineOnly = data.is_offline_only(),
};
data.vschedule().match([&](
const MTPDbusinessAwayMessageScheduleAlways &) {