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

Added menu item to bot info for bot management.

This commit is contained in:
23rd
2023-04-09 20:36:39 +03:00
committed by John Preston
parent a0ca3beef8
commit 2276a4c9af
4 changed files with 9 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ struct BotInfo {
bool readsAllHistory = false;
bool cantJoinGroups = false;
bool supportsAttachMenu = false;
bool canEditInformation = false;
int version = 0;
int descriptionVersion = 0;
QString description;