diff options
author | JellyBrick <shlee1503@naver.com> | 2018-05-28 03:50:19 +0900 |
---|---|---|
committer | JellyBrick <shlee1503@naver.com> | 2018-05-28 03:50:19 +0900 |
commit | fd2a6ae6f5a101855bf2b7983472e3475278c608 (patch) | |
tree | 5d60a94e485ec3d1cbe2b3e7e6264fd7580631ca /include | |
parent | 981737b20b0db4914c667195b6584d14e9473e3d (diff) |
Fix build error (could not convert)
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/Api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index 6d03000..685f19e 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -41,6 +41,7 @@ #include "tgbot/types/ChatMember.h" #include "tgbot/types/StickerSet.h" #include "tgbot/types/File.h" +#include "tgbot/types/InputMedia.h" namespace TgBot { |