yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
types.h
Go to the documentation of this file.
1 //
2 // Created by norbert on 21.08.17.
3 //
4 
5 #ifndef YATBCPP_TYPES_H
6 #define YATBCPP_TYPES_H
7 
8 #include "Audio.h"
9 #include "Chat.h"
10 #include "chat_type.h"
11 #include "ChatMember.h"
12 #include "ChatPhoto.h"
13 #include "Contact.h"
14 #include "Document.h"
15 #include "File.h"
16 #include "ForceReply.h"
17 #include "InlineQuery.h"
18 #include "InlineQueryResult.h"
21 #include "InputMessageContent.h"
22 #include "KeyboardButton.h"
23 #include "Location.h"
24 #include "Message.h"
25 #include "MessageEntity.h"
26 #include "PhotoSize.h"
27 #include "ReplyMarkup.h"
28 #include "UserProfilePhotos.h"
29 #include "ReplyKeyboardMarkup.h"
30 #include "Update.h"
31 #include "User.h"
32 #include "Venue.h"
33 #include "Video.h"
34 #include "VideoNote.h"
35 #include "Voice.h"
36 
37 #endif //YATBCPP_TYPES_H