From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/tgbot_8h.html | 142 ----------------------------------------------------- 1 file changed, 142 deletions(-) delete mode 100644 docs/tgbot_8h.html (limited to 'docs/tgbot_8h.html') diff --git a/docs/tgbot_8h.html b/docs/tgbot_8h.html deleted file mode 100644 index c3b87e4..0000000 --- a/docs/tgbot_8h.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/tgbot.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
tgbot.h File Reference
-
-
-
#include "tgbot/Bot.h"
-#include "tgbot/Api.h"
-#include "tgbot/TgException.h"
-#include "tgbot/TgTypeParser.h"
-#include "tgbot/EventBroadcaster.h"
-#include "tgbot/EventHandler.h"
-#include "tgbot/types/Audio.h"
-#include "tgbot/types/Contact.h"
-#include "tgbot/types/Document.h"
-#include "tgbot/types/ForceReply.h"
-#include "tgbot/types/GenericReply.h"
-#include "tgbot/types/InputFile.h"
-#include "tgbot/types/Location.h"
-#include "tgbot/types/Message.h"
-#include "tgbot/types/PhotoSize.h"
-#include "tgbot/types/ReplyKeyboardRemove.h"
-#include "tgbot/types/ReplyKeyboardMarkup.h"
-#include "tgbot/types/Sticker.h"
-#include "tgbot/types/Update.h"
-#include "tgbot/types/User.h"
-#include "tgbot/types/UserProfilePhotos.h"
-#include "tgbot/types/Video.h"
-#include "tgbot/types/VideoNote.h"
-#include "tgbot/types/InlineQuery.h"
-#include "tgbot/types/InlineQueryResult.h"
-#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"
-#include "tgbot/types/ChosenInlineResult.h"
-#include "tgbot/tools/StringTools.h"
-#include "tgbot/tools/FileTools.h"
-#include "tgbot/net/HttpClient.h"
-#include "tgbot/net/HttpParser.h"
-#include "tgbot/net/HttpReqArg.h"
-#include "tgbot/net/HttpServer.h"
-#include "tgbot/net/TgLongPoll.h"
-#include "tgbot/net/TgWebhookLocalServer.h"
-#include "tgbot/net/TgWebhookServer.h"
-#include "tgbot/net/TgWebhookTcpServer.h"
-#include "tgbot/net/Url.h"
-
-

Go to the source code of this file.

-
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/tgbot_8h.html | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 docs/tgbot_8h.html (limited to 'docs/tgbot_8h.html') diff --git a/docs/tgbot_8h.html b/docs/tgbot_8h.html new file mode 100644 index 0000000..6bd475e --- /dev/null +++ b/docs/tgbot_8h.html @@ -0,0 +1,166 @@ + + + + + + +tgbot-cpp: include/tgbot/tgbot.h File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
tgbot.h File Reference
+
+
+
#include "tgbot/Bot.h"
+#include "tgbot/Api.h"
+#include "tgbot/TgException.h"
+#include "tgbot/TgTypeParser.h"
+#include "tgbot/EventBroadcaster.h"
+#include "tgbot/EventHandler.h"
+#include "tgbot/types/Audio.h"
+#include "tgbot/types/Contact.h"
+#include "tgbot/types/Document.h"
+#include "tgbot/types/ForceReply.h"
+#include "tgbot/types/GenericReply.h"
+#include "tgbot/types/InputFile.h"
+#include "tgbot/types/Location.h"
+#include "tgbot/types/Message.h"
+#include "tgbot/types/PhotoSize.h"
+#include "tgbot/types/ReplyKeyboardRemove.h"
+#include "tgbot/types/ReplyKeyboardMarkup.h"
+#include "tgbot/types/Sticker.h"
+#include "tgbot/types/Update.h"
+#include "tgbot/types/User.h"
+#include "tgbot/types/UserProfilePhotos.h"
+#include "tgbot/types/Video.h"
+#include "tgbot/types/VideoNote.h"
+#include "tgbot/types/InlineQuery.h"
+#include "tgbot/types/InlineQueryResult.h"
+#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"
+#include "tgbot/types/ChosenInlineResult.h"
+#include "tgbot/tools/StringTools.h"
+#include "tgbot/tools/FileTools.h"
+#include "tgbot/net/HttpClient.h"
+#include "tgbot/net/HttpParser.h"
+#include "tgbot/net/HttpReqArg.h"
+#include "tgbot/net/HttpServer.h"
+#include "tgbot/net/TgLongPoll.h"
+#include "tgbot/net/TgWebhookLocalServer.h"
+#include "tgbot/net/TgWebhookServer.h"
+#include "tgbot/net/TgWebhookTcpServer.h"
+#include "tgbot/net/Url.h"
+
+

Go to the source code of this file.

+
+
+ + + + -- cgit v1.2.3