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

Implement emoji status set from miniapps.

This commit is contained in:
John Preston
2024-11-08 16:05:39 +04:00
parent 21487641c1
commit 4198203a7f
15 changed files with 281 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ struct BotInfo {
bool cantJoinGroups : 1 = false;
bool supportsAttachMenu : 1 = false;
bool canEditInformation : 1 = false;
bool canManageEmojiStatus : 1 = false;
bool supportsBusiness : 1 = false;
bool hasMainApp : 1 = false;
};