From 20f9f2c198590c0f47a81ea24c4c3c446cd5d74f Mon Sep 17 00:00:00 2001 From: Andrea Giove Date: Sun, 27 Mar 2016 21:05:45 +0200 Subject: Move InlineQueryResult.cpp in the right dir --- test/InlineQueryResult.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test/InlineQueryResult.cpp (limited to 'test') diff --git a/test/InlineQueryResult.cpp b/test/InlineQueryResult.cpp deleted file mode 100644 index be1f14a..0000000 --- a/test/InlineQueryResult.cpp +++ /dev/null @@ -1,16 +0,0 @@ -// -// Created by Andrea Giove on 27/03/16. -// -#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" - -using namespace TgBot; - -const std::string InlineQueryResultArticle::TYPE = "article"; -const std::string InlineQueryResultGif::TYPE = "gif"; -const std::string InlineQueryResultMpeg4Gif::TYPE = "mpeg4_gif"; -const std::string InlineQueryResultPhoto::TYPE = "photo"; -const std::string InlineQueryResultVideo::TYPE = "video"; -- cgit v1.2.3