tgbot-cpp
Loading...
Searching...
No Matches
tgbot.h
Go to the documentation of this file.
1
#ifndef TGBOT_TGBOT_H
2
#define TGBOT_TGBOT_H
3
4
#include "
tgbot/Api.h
"
5
#include "
tgbot/Bot.h
"
6
#include "
tgbot/EventBroadcaster.h
"
7
#include "
tgbot/EventHandler.h
"
8
#include "
tgbot/TgException.h
"
9
#include "
tgbot/TgTypeParser.h
"
10
#include "
tgbot/net/BoostHttpOnlySslClient.h
"
11
#include "
tgbot/net/CurlHttpClient.h
"
12
#include "
tgbot/net/HttpClient.h
"
13
#include "
tgbot/net/HttpParser.h
"
14
#include "
tgbot/net/HttpReqArg.h
"
15
#include "
tgbot/net/HttpServer.h
"
16
#include "
tgbot/net/TgLongPoll.h
"
17
#include "
tgbot/net/TgWebhookLocalServer.h
"
18
#include "
tgbot/net/TgWebhookServer.h
"
19
#include "
tgbot/net/TgWebhookTcpServer.h
"
20
#include "
tgbot/net/Url.h
"
21
#include "
tgbot/tgbot.h
"
22
#include "
tgbot/tools/FileTools.h
"
23
#include "
tgbot/tools/StringTools.h
"
24
#include "
tgbot/types/Animation.h
"
25
#include "
tgbot/types/Audio.h
"
26
#include "
tgbot/types/CallbackGame.h
"
27
#include "
tgbot/types/CallbackQuery.h
"
28
#include "
tgbot/types/Chat.h
"
29
#include "
tgbot/types/ChatMember.h
"
30
#include "
tgbot/types/ChatPhoto.h
"
31
#include "
tgbot/types/ChosenInlineResult.h
"
32
#include "
tgbot/types/Contact.h
"
33
#include "
tgbot/types/Document.h
"
34
#include "
tgbot/types/File.h
"
35
#include "
tgbot/types/ForceReply.h
"
36
#include "
tgbot/types/Game.h
"
37
#include "
tgbot/types/GameHighScore.h
"
38
#include "
tgbot/types/GenericReply.h
"
39
#include "
tgbot/types/InlineKeyboardButton.h
"
40
#include "
tgbot/types/InlineKeyboardMarkup.h
"
41
#include "
tgbot/types/InlineQuery.h
"
42
#include "
tgbot/types/InlineQueryResult.h
"
43
#include "
tgbot/types/InlineQueryResultArticle.h
"
44
#include "
tgbot/types/InlineQueryResultAudio.h
"
45
#include "
tgbot/types/InlineQueryResultCachedAudio.h
"
46
#include "
tgbot/types/InlineQueryResultCachedDocument.h
"
47
#include "
tgbot/types/InlineQueryResultCachedGif.h
"
48
#include "
tgbot/types/InlineQueryResultCachedMpeg4Gif.h
"
49
#include "
tgbot/types/InlineQueryResultCachedPhoto.h
"
50
#include "
tgbot/types/InlineQueryResultCachedSticker.h
"
51
#include "
tgbot/types/InlineQueryResultCachedVideo.h
"
52
#include "
tgbot/types/InlineQueryResultCachedVoice.h
"
53
#include "
tgbot/types/InlineQueryResultContact.h
"
54
#include "
tgbot/types/InlineQueryResultDocument.h
"
55
#include "
tgbot/types/InlineQueryResultGame.h
"
56
#include "
tgbot/types/InlineQueryResultGif.h
"
57
#include "
tgbot/types/InlineQueryResultLocation.h
"
58
#include "
tgbot/types/InlineQueryResultMpeg4Gif.h
"
59
#include "
tgbot/types/InlineQueryResultPhoto.h
"
60
#include "
tgbot/types/InlineQueryResultVenue.h
"
61
#include "
tgbot/types/InlineQueryResultVideo.h
"
62
#include "
tgbot/types/InlineQueryResultVoice.h
"
63
#include "
tgbot/types/InputContactMessageContent.h
"
64
#include "
tgbot/types/InputFile.h
"
65
#include "
tgbot/types/InputLocationMessageContent.h
"
66
#include "
tgbot/types/InputMedia.h
"
67
#include "
tgbot/types/InputMediaPhoto.h
"
68
#include "
tgbot/types/InputMediaVideo.h
"
69
#include "
tgbot/types/InputMessageContent.h
"
70
#include "
tgbot/types/InputTextMessageContent.h
"
71
#include "
tgbot/types/InputVenueMessageContent.h
"
72
#include "
tgbot/types/Invoice.h
"
73
#include "
tgbot/types/KeyboardButton.h
"
74
#include "
tgbot/types/LabeledPrice.h
"
75
#include "
tgbot/types/Location.h
"
76
#include "
tgbot/types/MaskPosition.h
"
77
#include "
tgbot/types/Message.h
"
78
#include "
tgbot/types/MessageEntity.h
"
79
#include "
tgbot/types/OrderInfo.h
"
80
#include "
tgbot/types/PhotoSize.h
"
81
#include "
tgbot/types/PreCheckoutQuery.h
"
82
#include "
tgbot/types/ReplyKeyboardMarkup.h
"
83
#include "
tgbot/types/ReplyKeyboardRemove.h
"
84
#include "
tgbot/types/ResponseParameters.h
"
85
#include "
tgbot/types/ShippingAddress.h
"
86
#include "
tgbot/types/ShippingOption.h
"
87
#include "
tgbot/types/ShippingQuery.h
"
88
#include "
tgbot/types/Sticker.h
"
89
#include "
tgbot/types/StickerSet.h
"
90
#include "
tgbot/types/SuccessfulPayment.h
"
91
#include "
tgbot/types/Update.h
"
92
#include "
tgbot/types/User.h
"
93
#include "
tgbot/types/UserProfilePhotos.h
"
94
#include "
tgbot/types/Venue.h
"
95
#include "
tgbot/types/Video.h
"
96
#include "
tgbot/types/VideoNote.h
"
97
#include "
tgbot/types/Voice.h
"
98
#include "
tgbot/types/WebhookInfo.h
"
99
#include "
tgbot/types/BotCommand.h
"
100
101
113
#endif
//TGBOT_TGBOT_H
Animation.h
Api.h
Audio.h
BoostHttpOnlySslClient.h
Bot.h
BotCommand.h
CallbackGame.h
CallbackQuery.h
Chat.h
ChatMember.h
ChatPhoto.h
ChosenInlineResult.h
Contact.h
CurlHttpClient.h
Document.h
EventBroadcaster.h
EventHandler.h
File.h
FileTools.h
ForceReply.h
Game.h
GameHighScore.h
GenericReply.h
HttpClient.h
HttpParser.h
HttpReqArg.h
HttpServer.h
InlineKeyboardButton.h
InlineKeyboardMarkup.h
InlineQuery.h
InlineQueryResult.h
InlineQueryResultArticle.h
InlineQueryResultAudio.h
InlineQueryResultCachedAudio.h
InlineQueryResultCachedDocument.h
InlineQueryResultCachedGif.h
InlineQueryResultCachedMpeg4Gif.h
InlineQueryResultCachedPhoto.h
InlineQueryResultCachedSticker.h
InlineQueryResultCachedVideo.h
InlineQueryResultCachedVoice.h
InlineQueryResultContact.h
InlineQueryResultDocument.h
InlineQueryResultGame.h
InlineQueryResultGif.h
InlineQueryResultLocation.h
InlineQueryResultMpeg4Gif.h
InlineQueryResultPhoto.h
InlineQueryResultVenue.h
InlineQueryResultVideo.h
InlineQueryResultVoice.h
InputContactMessageContent.h
InputFile.h
InputLocationMessageContent.h
InputMedia.h
InputMediaPhoto.h
InputMediaVideo.h
InputMessageContent.h
InputTextMessageContent.h
InputVenueMessageContent.h
Invoice.h
KeyboardButton.h
LabeledPrice.h
Location.h
MaskPosition.h
Message.h
MessageEntity.h
OrderInfo.h
PhotoSize.h
PreCheckoutQuery.h
ReplyKeyboardMarkup.h
ReplyKeyboardRemove.h
ResponseParameters.h
ShippingAddress.h
ShippingOption.h
ShippingQuery.h
Sticker.h
StickerSet.h
StringTools.h
SuccessfulPayment.h
TgException.h
TgLongPoll.h
TgTypeParser.h
TgWebhookLocalServer.h
TgWebhookServer.h
TgWebhookTcpServer.h
Update.h
Url.h
User.h
UserProfilePhotos.h
Venue.h
Video.h
VideoNote.h
Voice.h
WebhookInfo.h
tgbot.h
include
tgbot
tgbot.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0