From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.html | 186 +++++++++++++++++++++++++ docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.js | 6 + 2 files changed, 192 insertions(+) create mode 100644 docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.html create mode 100644 docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.js (limited to 'docs/d1/d2a') diff --git a/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.html b/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.html new file mode 100644 index 0000000..9a7b654 --- /dev/null +++ b/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.html @@ -0,0 +1,186 @@ + + + + + + + +tgbot-cpp: TgBot::TgLongPoll Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::TgLongPoll Class Reference
+
+
+ +

#include <TgLongPoll.h>

+ + + + + + + + +

+Public Member Functions

 TgLongPoll (const Api *api, const EventHandler *eventHandler)
 
 TgLongPoll (const Bot &bot)
 
void start ()
 
+

Detailed Description

+

This class handles long polling and updates parsing.

+ +

Definition at line 36 of file TgLongPoll.h.

+

Constructor & Destructor Documentation

+ +

◆ TgLongPoll() [1/2]

+ +
+
+ + + + + + + + + + + + + + + + + + +
TgBot::TgLongPoll::TgLongPoll (const Apiapi,
const EventHandlereventHandler 
)
+
+ +
+
+ +

◆ TgLongPoll() [2/2]

+ +
+
+ + + + + + + + +
TgBot::TgLongPoll::TgLongPoll (const Botbot)
+
+ +
+
+

Member Function Documentation

+ +

◆ start()

+ +
+
+ + + + + + + +
void TgBot::TgLongPoll::start ()
+
+

Starts long poll. After new update will come, this method will parse it and send to EventHandler which invokes your listeners. Designed to be executed in a loop.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.js b/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.js new file mode 100644 index 0000000..c3b5bc6 --- /dev/null +++ b/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.js @@ -0,0 +1,6 @@ +var class_tg_bot_1_1_tg_long_poll = +[ + [ "TgLongPoll", "d1/d2a/class_tg_bot_1_1_tg_long_poll.html#a8dd807824f44bbc65f2732b8fd6cc445", null ], + [ "TgLongPoll", "d1/d2a/class_tg_bot_1_1_tg_long_poll.html#ac11acd326ed58c6247ec759efbb74836", null ], + [ "start", "d1/d2a/class_tg_bot_1_1_tg_long_poll.html#a8928ddad3b976a636a53bb066180cbaa", null ] +]; \ No newline at end of file -- cgit v1.2.3