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

context bot resolve done

This commit is contained in:
John Preston
2015-12-29 01:06:27 +03:00
parent 77228d358d
commit 820339d390
9 changed files with 74 additions and 18 deletions

View File

@@ -327,7 +327,7 @@ struct BotInfo {
bool inited;
bool readsAllHistory, cantJoinGroups;
int32 version;
QString shareText, description;
QString shareText, description, contextPlaceholder;
QList<BotCommand> commands;
Text text; // description
@@ -385,6 +385,7 @@ public:
BotInfo *botInfo;
};
static UserData * const ContextBotLookingUpData = reinterpret_cast<UserData*>(&SharedMemoryLocation0);
class ChatData : public PeerData {
public: