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

Implement recent/popular apps list.

This commit is contained in:
John Preston
2024-07-25 18:08:22 +02:00
parent 031233ea98
commit 6a8a85e395
17 changed files with 792 additions and 189 deletions

View File

@@ -40,12 +40,14 @@ struct BotInfo {
int version = 0;
int descriptionVersion = 0;
int activeUsers = 0;
bool inited : 1 = false;
bool readsAllHistory : 1 = false;
bool cantJoinGroups : 1 = false;
bool supportsAttachMenu : 1 = false;
bool canEditInformation : 1 = false;
bool supportsBusiness : 1 = false;
bool hasMainApp : 1 = false;
};
enum class UserDataFlag : uint32 {