Update API scheme on layer 224.

This commit is contained in:
John Preston
2026-03-16 14:15:13 +04:00
parent 5a39484407
commit 68dd72f4fe
8 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -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(