summaryrefslogtreecommitdiff
path: root/include/tgbot/tgbot.h
diff options
context:
space:
mode:
authorAndrea Giove <andreagiove@outlook.com>2016-03-29 14:30:55 +0200
committerAndrea Giove <andreagiove@outlook.com>2016-03-29 14:30:55 +0200
commit37e31a89337afd947e41794eeaf78c9d1d2d0b73 (patch)
treec0ebfda3d795f7828114c9fbb069c4433ae99d63 /include/tgbot/tgbot.h
parent20f9f2c198590c0f47a81ea24c4c3c446cd5d74f (diff)
Included new classes in tgbot.h
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r--include/tgbot/tgbot.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h
index f377d1e..34dc0a9 100644
--- a/include/tgbot/tgbot.h
+++ b/include/tgbot/tgbot.h
@@ -45,6 +45,14 @@
#include "tgbot/types/User.h"
#include "tgbot/types/UserProfilePhotos.h"
#include "tgbot/types/Video.h"
+#include "tgbot/types/InlineQuery.h"
+#include "tgbot/types/InlineQueryResult.h"
+#include "tgbot/types/InlineQueryResultArticle.h"
+#include "tgbot/types/InlineQueryResultGif.h"
+#include "tgbot/types/InlineQueryResultMpeg4Gif.h"
+#include "tgbot/types/InlineQueryResultPhoto.h"
+#include "tgbot/types/InlineQueryResultVideo.h"
+#include "tgbot/types/ChosenInlineResult.h"
#include "tgbot/tools/StringTools.h"
#include "tgbot/net/HttpClient.h"
#include "tgbot/net/HttpParser.h"