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

Update API scheme on layer 148.

This commit is contained in:
John Preston
2022-10-19 11:11:24 +04:00
parent c86496add1
commit 306179ca7c
4 changed files with 10 additions and 6 deletions

View File

@@ -3089,6 +3089,7 @@ void ApiWrap::forwardMessages(
MTP_vector<MTPint>(ids),
MTP_vector<MTPlong>(randomIds),
peer->input,
MTPint(), // top_msg_id
MTP_int(action.options.scheduled),
(sendAs ? sendAs->input : MTP_inputPeerEmpty())
)).done([=](const MTPUpdates &result) {