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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user