Update API scheme to layer 225.

This commit is contained in:
John Preston
2026-04-08 08:27:23 +07:00
parent 690d9209ee
commit a01ddad67b
2 changed files with 18 additions and 3 deletions
+1
View File
@@ -542,6 +542,7 @@ MTPPoll PollDataToMTP(not_null<const PollData*> poll, bool close) {
MTP_vector<MTPPollAnswer>(answers),
MTP_int(poll->closePeriod),
MTP_int(poll->closeDate),
MTP_vector<MTPstring>(), // countries_iso2
MTP_long(0));
}