#pragma once #include #include #include "font.h" class FontBot { public: FontBot(); ~FontBot(); bool handleInline(TelegramAPI::Manager* api, TelegramAPI::InlineQuery& q); private: std::vector fonts; };