2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +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

@@ -1365,6 +1365,7 @@ void FastShareMessage(
MTP_vector<MTPint>(msgIds),
MTP_vector<MTPlong>(generateRandom()),
peer->input,
MTPint(), // top_msg_id
MTP_int(options.scheduled),
MTP_inputPeerEmpty() // send_as
)).done([=](const MTPUpdates &updates, mtpRequestId reqId) {