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/dd9/class_tg_bot_1_1_bot.html | 266 ---------------------------------- docs/d1/dd9/class_tg_bot_1_1_bot.js | 8 - 2 files changed, 274 deletions(-) delete mode 100644 docs/d1/dd9/class_tg_bot_1_1_bot.html delete mode 100644 docs/d1/dd9/class_tg_bot_1_1_bot.js (limited to 'docs/d1/dd9') diff --git a/docs/d1/dd9/class_tg_bot_1_1_bot.html b/docs/d1/dd9/class_tg_bot_1_1_bot.html deleted file mode 100644 index 87c1e37..0000000 --- a/docs/d1/dd9/class_tg_bot_1_1_bot.html +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Bot Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Bot Class Reference
-
-
- -

#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 38 of file Bot.h.

-

Constructor & Destructor Documentation

- -

◆ Bot()

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

Definition at line 41 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 54 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 68 of file Bot.h.

- -
-
- -

◆ getEvents()

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

Definition at line 61 of file Bot.h.

- -
-
- -

◆ getToken()

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

Definition at line 47 of file Bot.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/docs/d1/dd9/class_tg_bot_1_1_bot.js b/docs/d1/dd9/class_tg_bot_1_1_bot.js deleted file mode 100644 index 29ed5e7..0000000 --- a/docs/d1/dd9/class_tg_bot_1_1_bot.js +++ /dev/null @@ -1,8 +0,0 @@ -var class_tg_bot_1_1_bot = -[ - [ "Bot", "d1/dd9/class_tg_bot_1_1_bot.html#a8b644ad116aa6f79a7bc2c308e02d332", null ], - [ "getApi", "d1/dd9/class_tg_bot_1_1_bot.html#a99a820c47aa8f8cc0dba35bcd001cbe3", null ], - [ "getEventHandler", "d1/dd9/class_tg_bot_1_1_bot.html#a2f36a7774c1552d00c6e08accf495579", null ], - [ "getEvents", "d1/dd9/class_tg_bot_1_1_bot.html#ac7becb36b294dfbc556d534925d564ac", null ], - [ "getToken", "d1/dd9/class_tg_bot_1_1_bot.html#a6443b4ec5838112a4f5689ec60665e91", null ] -]; \ No newline at end of file -- cgit v1.2.3