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
@@ -1875,6 +1875,7 @@ ServiceAction ParseServiceAction(
auto content = ActionManagedBotCreated();
content.botId = data.vbot_id().v;
result.content = content;
}, [&](const MTPDmessageActionPollAppendAnswer &data) {
}, [](const MTPDmessageActionEmpty &data) {});
return result;
}