Update API scheme to layer 135.

This commit is contained in:
John Preston
2021-11-05 16:05:11 +04:00
parent bf18907fe6
commit 431e3035af
10 changed files with 66 additions and 22 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ void Polls::create(
MTP_long(base::RandomValue<uint64>()),
MTPReplyMarkup(),
MTPVector<MTPMessageEntity>(),
MTP_int(action.options.scheduled)
MTP_int(action.options.scheduled),
MTPInputPeer() // #TODO send_as
)).done([=](
const MTPUpdates &result,
const MTP::Response &response) mutable {