From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/class_tg_bot_1_1_update.html | 49 +++++++++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 15 deletions(-) (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 index 573e23c..29e3f95 100644 --- a/docs/class_tg_bot_1_1_update.html +++ b/docs/class_tg_bot_1_1_update.html @@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('class_tg_bot_1_1_update.html','');});
+

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

+

#include <Update.h>

+ + + + + + + +

@@ -98,26 +101,34 @@ Public Types

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 39 of file Update.h.

+

Definition at line 40 of file Update.h.

Member Typedef Documentation

◆ Ptr

@@ -131,7 +142,7 @@ Public Attributes
-

Definition at line 42 of file Update.h.

+

Definition at line 43 of file Update.h.

@@ -147,9 +158,10 @@ Public Attributes
+

Optional. New incoming callback query.

-

Definition at line 82 of file Update.h.

+

Definition at line 83 of file Update.h.

@@ -164,9 +176,10 @@ Public Attributes
+

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

-

Definition at line 62 of file Update.h.

+

Definition at line 63 of file Update.h.

@@ -181,9 +194,10 @@ Public Attributes
+

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

-

Definition at line 77 of file Update.h.

+

Definition at line 78 of file Update.h.

@@ -198,9 +212,10 @@ Public Attributes
-

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

-

Definition at line 67 of file Update.h.

+

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

+ +

Definition at line 68 of file Update.h.

@@ -215,9 +230,10 @@ Public Attributes
-

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

-

Definition at line 57 of file Update.h.

+

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

+ +

Definition at line 58 of file Update.h.

@@ -232,9 +248,10 @@ Public Attributes
-

Optional. New incoming inline query

-

Definition at line 72 of file Update.h.

+

Optional. New incoming inline query.

+ +

Definition at line 73 of file Update.h.

@@ -249,9 +266,10 @@ Public Attributes
+

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

-

Definition at line 52 of file Update.h.

+

Definition at line 53 of file Update.h.

@@ -266,9 +284,10 @@ Public Attributes
-

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 47 of file Update.h.

+

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.

@@ -281,7 +300,7 @@ Public Attributes