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

Update API scheme to layer136.

This commit is contained in:
John Preston
2021-12-03 14:50:30 +04:00
parent 32473b2908
commit a1439163ce
6 changed files with 30 additions and 11 deletions

View File

@@ -162,7 +162,7 @@ AdminLog::OwnedItem GenerateForwardedItem(
MTPint(), // edit_date
MTPstring(), // post_author
MTPlong(), // grouped_id
//MTPMessageReactions(),
MTPMessageReactions(),
MTPVector<MTPRestrictionReason>(),
MTPint() // ttl_period
).match([&](const MTPDmessage &data) {