From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_bot.html | 269 ----------------------------------------- 1 file changed, 269 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_bot.html (limited to 'docs/class_tg_bot_1_1_bot.html') diff --git a/docs/class_tg_bot_1_1_bot.html b/docs/class_tg_bot_1_1_bot.html deleted file mode 100644 index 8b949d1..0000000 --- a/docs/class_tg_bot_1_1_bot.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Bot Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Bot Class Reference
-
-
- -

This object holds other objects specific for this bot instance. - More...

- -

#include <Bot.h>

- - - - - - - - - - - - -

-Public Member Functions

 Bot (const std::string &token)
 
const std::string & getToken () const
 
const ApigetApi () const
 
EventBroadcastergetEvents ()
 
const EventHandlergetEventHandler () const
 
-

Detailed Description

-

This object holds other objects specific for this bot instance.

- -

Definition at line 39 of file Bot.h.

-

Constructor & Destructor Documentation

- -

◆ Bot()

- -
-
- - - - - -
- - - - - - - - -
TgBot::Bot::Bot (const std::string & token)
-
-inlineexplicit
-
- -

Definition at line 42 of file Bot.h.

- -
-
-

Member Function Documentation

- -

◆ getApi()

- -
-
- - - - - -
- - - - - - - -
const Api& TgBot::Bot::getApi () const
-
-inline
-
-
Returns
Object which can execute Telegram Bot API methods.
- -

Definition at line 55 of file Bot.h.

- -
-
- -

◆ getEventHandler()

- -
-
- - - - - -
- - - - - - - -
const EventHandler& TgBot::Bot::getEventHandler () const
-
-inline
-
-
Returns
Object which handles new update objects. Usually it's only needed for TgLongPoll, TgWebhookLocalServer and TgWebhookTcpServer objects.
- -

Definition at line 69 of file Bot.h.

- -
-
- -

◆ getEvents()

- -
-
- - - - - -
- - - - - - - -
EventBroadcaster& TgBot::Bot::getEvents ()
-
-inline
-
-
Returns
Object which holds all event listeners.
- -

Definition at line 62 of file Bot.h.

- -
-
- -

◆ getToken()

- -
-
- - - - - -
- - - - - - - -
const std::string& TgBot::Bot::getToken () const
-
-inline
-
-
Returns
Token for accessing api.
- -

Definition at line 48 of file Bot.h.

- -
-
-
The documentation for this class was generated from the following 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/class_tg_bot_1_1_bot.html | 286 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 docs/class_tg_bot_1_1_bot.html (limited to 'docs/class_tg_bot_1_1_bot.html') diff --git a/docs/class_tg_bot_1_1_bot.html b/docs/class_tg_bot_1_1_bot.html new file mode 100644 index 0000000..b932d39 --- /dev/null +++ b/docs/class_tg_bot_1_1_bot.html @@ -0,0 +1,286 @@ + + + + + + +tgbot-cpp: TgBot::Bot Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Bot Class Reference
+
+
+ +

This object holds other objects specific for this bot instance. + More...

+ +

#include <Bot.h>

+ + + + + + + + + + + + +

+Public Member Functions

 Bot (const std::string &token)
 
const std::string & getToken () const
 
const ApigetApi () const
 
EventBroadcastergetEvents ()
 
const EventHandlergetEventHandler () const
 
+

Detailed Description

+

This object holds other objects specific for this bot instance.

+ +

Definition at line 39 of file Bot.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
TgBot::Bot::Bot (const std::string & token)
+
+inlineexplicit
+
+ +

Definition at line 42 of file Bot.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
const Api& TgBot::Bot::getApi () const
+
+inline
+
+
Returns
Object which can execute Telegram Bot API methods.
+ +

Definition at line 55 of file Bot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const EventHandler& TgBot::Bot::getEventHandler () const
+
+inline
+
+
Returns
Object which handles new update objects. Usually it's only needed for TgLongPoll, TgWebhookLocalServer and TgWebhookTcpServer objects.
+ +

Definition at line 69 of file Bot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
EventBroadcaster& TgBot::Bot::getEvents ()
+
+inline
+
+
Returns
Object which holds all event listeners.
+ +

Definition at line 62 of file Bot.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const std::string& TgBot::Bot::getToken () const
+
+inline
+
+
Returns
Token for accessing api.
+ +

Definition at line 48 of file Bot.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3