mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Update API scheme to layer 105.
This commit is contained in:
@@ -158,7 +158,9 @@ AdminLog::OwnedItem GenerateForwardedItem(
|
||||
MTPint(), // views
|
||||
MTPint(), // edit_date
|
||||
MTPstring(), // post_author
|
||||
MTPlong() // grouped_id
|
||||
MTPlong(), // grouped_id
|
||||
//MTPMessageReactions(),
|
||||
MTPVector<MTPRestrictionReason>()
|
||||
).match([&](const MTPDmessage &data) {
|
||||
return history->owner().makeMessage(
|
||||
history,
|
||||
|
Reference in New Issue
Block a user