2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add premium promo section about wallpapers.

This commit is contained in:
John Preston
2023-11-28 21:51:53 +04:00
parent 8c3fa14a75
commit 28d9330969
9 changed files with 30 additions and 2 deletions

View File

@@ -179,6 +179,8 @@ WebPageType ParseWebPageType(
return WebPageType::BotApp;
} else if (type == u"telegram_channel_boost"_q) {
return WebPageType::ChannelBoost;
} else if (type == u"telegram_giftcode"_q) {
return WebPageType::Giftcode;
} else if (hasIV) {
return WebPageType::ArticleWithIV;
} else {