From fd2a6ae6f5a101855bf2b7983472e3475278c608 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Mon, 28 May 2018 03:50:19 +0900 Subject: Fix build error (could not convert) --- include/tgbot/Api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/tgbot/Api.h') 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 { -- cgit v1.2.3