diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tgbot/types/Chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/types/Chat.h b/include/tgbot/types/Chat.h index d286a63..c5c397f 100644 --- a/include/tgbot/types/Chat.h +++ b/include/tgbot/types/Chat.h @@ -27,10 +27,10 @@ #include <memory> #include "tgbot/types/ChatPhoto.h" -#include "tgbot/types/Message.h" namespace TgBot { +class Message; /** * This object represents a Telegram Chat * @ingroup types |