mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Show "Boost" button in boost group links.
This commit is contained in:
@@ -164,6 +164,8 @@ WebPageType ParseWebPageType(
|
||||
return WebPageType::BotApp;
|
||||
} else if (type == u"telegram_channel_boost"_q) {
|
||||
return WebPageType::ChannelBoost;
|
||||
} else if (type == u"telegram_group_boost"_q) {
|
||||
return WebPageType::GroupBoost;
|
||||
} else if (type == u"telegram_giftcode"_q) {
|
||||
return WebPageType::Giftcode;
|
||||
} else if (type == u"telegram_stickerset"_q) {
|
||||
|
Reference in New Issue
Block a user