From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.html delete 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 deleted file mode 100644 index 9a7b654..0000000 --- a/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index c3b5bc6..0000000 --- a/docs/d1/d2a/class_tg_bot_1_1_tg_long_poll.js +++ /dev/null @@ -1,6 +0,0 @@ -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