diff options
author | Oleg Morozenkov <omorozenkov@gmail.com> | 2016-04-03 00:09:06 +0400 |
---|---|---|
committer | Oleg Morozenkov <omorozenkov@gmail.com> | 2016-04-03 00:09:06 +0400 |
commit | b6fd8d8ff899240580c5973bd75d74c5167b8d3d (patch) | |
tree | b24d43cd2a13ba923de495961bf9a5e613ae683a /include/tgbot/tgbot.h | |
parent | 2195ce0768fa8903633164c0c45060c412cd5670 (diff) | |
parent | b937e88dd43a7708f40af6a3c333046e3121a77a (diff) |
Merge pull request #19 from aadeg/master
Implementing inline mode BIS
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r-- | include/tgbot/tgbot.h | 8 |
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" |