2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Implement simple bot verification management.

This commit is contained in:
John Preston
2024-12-20 18:08:00 +04:00
parent b61e3b580d
commit 0d821c3630
16 changed files with 565 additions and 41 deletions

View File

@@ -1142,8 +1142,8 @@ private:
const std::unique_ptr<BusinessInfo> _businessInfo;
std::unique_ptr<ShortcutMessages> _shortcutMessages;
QString _verifiedByTelegramIconBgId;
QString _verifiedByTelegramIconFgId;
DocumentId _verifiedByTelegramIconBgId = 0;
DocumentId _verifiedByTelegramIconFgId = 0;
MsgId _nonHistoryEntryId = ShortcutMaxMsgId;