mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Update API scheme to layer 135.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user