mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
Update API scheme on layer 224.
This commit is contained in:
@@ -291,7 +291,8 @@ MTPPoll PollDataToMTP(not_null<const PollData*> poll, bool close) {
|
||||
Api::EntitiesToMTP(&poll->session(), poll->question.entities)),
|
||||
MTP_vector<MTPPollAnswer>(answers),
|
||||
MTP_int(poll->closePeriod),
|
||||
MTP_int(poll->closeDate));
|
||||
MTP_int(poll->closeDate),
|
||||
MTP_long(0));
|
||||
}
|
||||
|
||||
MTPInputMedia PollDataToInputMedia(
|
||||
|
||||
Reference in New Issue
Block a user