mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Update API scheme to layer 124.
This commit is contained in:
@@ -167,7 +167,8 @@ AdminLog::OwnedItem GenerateForwardedItem(
|
||||
MTPstring(), // post_author
|
||||
MTPlong(), // grouped_id
|
||||
//MTPMessageReactions(),
|
||||
MTPVector<MTPRestrictionReason>()
|
||||
MTPVector<MTPRestrictionReason>(),
|
||||
MTPint() // ttl_period
|
||||
).match([&](const MTPDmessage &data) {
|
||||
return history->makeMessage(
|
||||
data,
|
||||
|
Reference in New Issue
Block a user