mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Proof-of-concept custom verify badges.
This commit is contained in:
@@ -177,6 +177,8 @@ public:
|
||||
return ++_nonHistoryEntryId;
|
||||
}
|
||||
|
||||
[[nodiscard]] Ui::VerifyDetails verifiedByTelegram();
|
||||
|
||||
void subscribeForTopicRepliesLists();
|
||||
void clear();
|
||||
|
||||
@@ -1140,6 +1142,9 @@ private:
|
||||
const std::unique_ptr<BusinessInfo> _businessInfo;
|
||||
std::unique_ptr<ShortcutMessages> _shortcutMessages;
|
||||
|
||||
QString _verifiedByTelegramIconBgId;
|
||||
QString _verifiedByTelegramIconFgId;
|
||||
|
||||
MsgId _nonHistoryEntryId = ShortcutMaxMsgId;
|
||||
|
||||
rpl::lifetime _lifetime;
|
||||
|
Reference in New Issue
Block a user