mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Update API scheme to layer 223. Owners.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user