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_update.html | 309 -------------------------------------- 1 file changed, 309 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_update.html (limited to 'docs/class_tg_bot_1_1_update.html') diff --git a/docs/class_tg_bot_1_1_update.html b/docs/class_tg_bot_1_1_update.html deleted file mode 100644 index 29e3f95..0000000 --- a/docs/class_tg_bot_1_1_update.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Update Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Update Class Reference
-
-
- -

This object represents an incoming update. - More...

- -

#include <Update.h>

- - - - -

-Public Types

typedef std::shared_ptr< UpdatePtr
 
- - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

int32_t updateId
 The update‘s unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you’re using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. More...
 
Message::Ptr message
 Optional. New incoming message of any kind — text, photo, sticker, etc. More...
 
Message::Ptr editedMessage
 Optional. New version of a message that is known to the bot and was edited. More...
 
Message::Ptr channelPost
 Optional. New incoming channel post of any kind — text, photo, sticker, etc. More...
 
Message::Ptr editedChannelPost
 Optional. New version of a channel post that is known to the bot and was edited. More...
 
InlineQuery::Ptr inlineQuery
 Optional. New incoming inline query. More...
 
ChosenInlineResult::Ptr chosenInlineResult
 Optional. The result of an inline query that was chosen by a user and sent to their chat partner. More...
 
CallbackQuery::Ptr callbackQuery
 Optional. New incoming callback query. More...
 
-

Detailed Description

-

This object represents an incoming update.

- -

Definition at line 40 of file Update.h.

-

Member Typedef Documentation

- -

◆ Ptr

- -
-
- - - - -
typedef std::shared_ptr<Update> TgBot::Update::Ptr
-
- -

Definition at line 43 of file Update.h.

- -
-
-

Member Data Documentation

- -

◆ callbackQuery

- -
-
- - - - -
CallbackQuery::Ptr TgBot::Update::callbackQuery
-
- -

Optional. New incoming callback query.

- -

Definition at line 83 of file Update.h.

- -
-
- -

◆ channelPost

- -
-
- - - - -
Message::Ptr TgBot::Update::channelPost
-
- -

Optional. New incoming channel post of any kind — text, photo, sticker, etc.

- -

Definition at line 63 of file Update.h.

- -
-
- -

◆ chosenInlineResult

- -
-
- - - - -
ChosenInlineResult::Ptr TgBot::Update::chosenInlineResult
-
- -

Optional. The result of an inline query that was chosen by a user and sent to their chat partner.

- -

Definition at line 78 of file Update.h.

- -
-
- -

◆ editedChannelPost

- -
-
- - - - -
Message::Ptr TgBot::Update::editedChannelPost
-
- -

Optional. New version of a channel post that is known to the bot and was edited.

- -

Definition at line 68 of file Update.h.

- -
-
- -

◆ editedMessage

- -
-
- - - - -
Message::Ptr TgBot::Update::editedMessage
-
- -

Optional. New version of a message that is known to the bot and was edited.

- -

Definition at line 58 of file Update.h.

- -
-
- -

◆ inlineQuery

- -
-
- - - - -
InlineQuery::Ptr TgBot::Update::inlineQuery
-
- -

Optional. New incoming inline query.

- -

Definition at line 73 of file Update.h.

- -
-
- -

◆ message

- -
-
- - - - -
Message::Ptr TgBot::Update::message
-
- -

Optional. New incoming message of any kind — text, photo, sticker, etc.

- -

Definition at line 53 of file Update.h.

- -
-
- -

◆ updateId

- -
-
- - - - -
int32_t TgBot::Update::updateId
-
- -

The update‘s unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you’re using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order.

- -

Definition at line 48 of file Update.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_update.html | 358 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 358 insertions(+) create mode 100644 docs/class_tg_bot_1_1_update.html (limited to 'docs/class_tg_bot_1_1_update.html') diff --git a/docs/class_tg_bot_1_1_update.html b/docs/class_tg_bot_1_1_update.html new file mode 100644 index 0000000..b5759ce --- /dev/null +++ b/docs/class_tg_bot_1_1_update.html @@ -0,0 +1,358 @@ + + + + + + +tgbot-cpp: TgBot::Update Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Update Class Reference
+
+
+ +

This object represents an incoming update. + More...

+ +

#include <Update.h>

+ + + + +

+Public Types

typedef std::shared_ptr< UpdatePtr
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Attributes

int32_t updateId
 The update‘s unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you’re using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. More...
 
Message::Ptr message
 Optional. New incoming message of any kind — text, photo, sticker, etc. More...
 
Message::Ptr editedMessage
 Optional. New version of a message that is known to the bot and was edited. More...
 
Message::Ptr channelPost
 Optional. New incoming channel post of any kind — text, photo, sticker, etc. More...
 
Message::Ptr editedChannelPost
 Optional. New version of a channel post that is known to the bot and was edited. More...
 
InlineQuery::Ptr inlineQuery
 Optional. New incoming inline query. More...
 
ChosenInlineResult::Ptr chosenInlineResult
 Optional. The result of an inline query that was chosen by a user and sent to their chat partner. More...
 
CallbackQuery::Ptr callbackQuery
 Optional. New incoming callback query. More...
 
ShippingQuery::Ptr shippingQuery
 Optional. New incoming shipping query. More...
 
PreCheckoutQuery::Ptr preCheckoutQuery
 Optional. New incoming pre-checkout query. More...
 
+

Detailed Description

+

This object represents an incoming update.

+ +

Definition at line 42 of file Update.h.

+

Member Typedef Documentation

+ +
+
+ + + + +
typedef std::shared_ptr<Update> TgBot::Update::Ptr
+
+ +

Definition at line 45 of file Update.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
CallbackQuery::Ptr TgBot::Update::callbackQuery
+
+ +

Optional. New incoming callback query.

+ +

Definition at line 85 of file Update.h.

+ +
+
+ +
+
+ + + + +
Message::Ptr TgBot::Update::channelPost
+
+ +

Optional. New incoming channel post of any kind — text, photo, sticker, etc.

+ +

Definition at line 65 of file Update.h.

+ +
+
+ +
+
+ + + + +
ChosenInlineResult::Ptr TgBot::Update::chosenInlineResult
+
+ +

Optional. The result of an inline query that was chosen by a user and sent to their chat partner.

+ +

Definition at line 80 of file Update.h.

+ +
+
+ +
+
+ + + + +
Message::Ptr TgBot::Update::editedChannelPost
+
+ +

Optional. New version of a channel post that is known to the bot and was edited.

+ +

Definition at line 70 of file Update.h.

+ +
+
+ +
+
+ + + + +
Message::Ptr TgBot::Update::editedMessage
+
+ +

Optional. New version of a message that is known to the bot and was edited.

+ +

Definition at line 60 of file Update.h.

+ +
+
+ +
+
+ + + + +
InlineQuery::Ptr TgBot::Update::inlineQuery
+
+ +

Optional. New incoming inline query.

+ +

Definition at line 75 of file Update.h.

+ +
+
+ +
+
+ + + + +
Message::Ptr TgBot::Update::message
+
+ +

Optional. New incoming message of any kind — text, photo, sticker, etc.

+ +

Definition at line 55 of file Update.h.

+ +
+
+ +
+
+ + + + +
PreCheckoutQuery::Ptr TgBot::Update::preCheckoutQuery
+
+ +

Optional. New incoming pre-checkout query.

+

Contains full information about checkout

+ +

Definition at line 99 of file Update.h.

+ +
+
+ +
+
+ + + + +
ShippingQuery::Ptr TgBot::Update::shippingQuery
+
+ +

Optional. New incoming shipping query.

+

Only for invoices with flexible price

+ +

Definition at line 92 of file Update.h.

+ +
+
+ +
+
+ + + + +
int32_t TgBot::Update::updateId
+
+ +

The update‘s unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you’re using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order.

+ +

Definition at line 50 of file Update.h.

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