diff options
author | Oleg Morozenkov <omorozenkov@gmail.com> | 2018-05-27 22:30:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-27 22:30:51 +0300 |
commit | 9804b269d19e3db1c0aada27c47f8748bfff40a0 (patch) | |
tree | 5d60a94e485ec3d1cbe2b3e7e6264fd7580631ca /include/tgbot/tgbot.h | |
parent | b538f1fb43c790c9043630e6bfad42f037dbe03a (diff) | |
parent | fd2a6ae6f5a101855bf2b7983472e3475278c608 (diff) |
Merge pull request #61 from JellyBrick/master
Bot API update
Diffstat (limited to 'include/tgbot/tgbot.h')
-rw-r--r-- | include/tgbot/tgbot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/tgbot.h b/include/tgbot/tgbot.h index 39de85e..687783b 100644 --- a/include/tgbot/tgbot.h +++ b/include/tgbot/tgbot.h @@ -45,6 +45,7 @@ #include "tgbot/types/User.h" #include "tgbot/types/UserProfilePhotos.h" #include "tgbot/types/Video.h" +#include "tgbot/types/VideoNote.h" #include "tgbot/types/InlineQuery.h" #include "tgbot/types/InlineQueryResult.h" #include "tgbot/types/InlineQueryResultArticle.h" |