Update API scheme to layer 223. Owners.

This commit is contained in:
John Preston
2026-02-06 13:24:04 +04:00
parent 17e8fd5636
commit 5c7d2723ed
9 changed files with 192 additions and 106 deletions
@@ -303,7 +303,8 @@ std::vector<TextPart> ParseText(
return Type::Blockquote; },
[](const MTPDmessageEntityBankCard&) { return Type::BankCard; },
[](const MTPDmessageEntitySpoiler&) { return Type::Spoiler; },
[](const MTPDmessageEntityCustomEmoji&) { return Type::CustomEmoji; });
[](const MTPDmessageEntityCustomEmoji&) { return Type::CustomEmoji; },
[](const MTPDmessageEntityFormattedDate&) { return Type::Unknown; });
part.text = mid(start, length);
part.additional = entity.match(
[](const MTPDmessageEntityPre &data) {