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_response_parameters.html | 205 +++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 docs/class_tg_bot_1_1_response_parameters.html (limited to 'docs/class_tg_bot_1_1_response_parameters.html') diff --git a/docs/class_tg_bot_1_1_response_parameters.html b/docs/class_tg_bot_1_1_response_parameters.html new file mode 100644 index 0000000..727aa44 --- /dev/null +++ b/docs/class_tg_bot_1_1_response_parameters.html @@ -0,0 +1,205 @@ + + + + + + +tgbot-cpp: TgBot::ResponseParameters Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::ResponseParameters Class Reference
+
+
+ +

Contains information about why a request was unsuccessfull. + More...

+ +

#include <ResponseParameters.h>

+ + + + +

+Public Types

typedef std::shared_ptr< ResponseParametersPtr
 
+ + + + + + + +

+Public Attributes

int32_t migrateToChatId
 Optional. The group has been migrated to a supergroup with the specified identifier. More...
 
int32_t retryAfter
 Optional. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated. More...
 
+

Detailed Description

+

Contains information about why a request was unsuccessfull.

+ +

Definition at line 17 of file ResponseParameters.h.

+

Member Typedef Documentation

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

Definition at line 19 of file ResponseParameters.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int32_t TgBot::ResponseParameters::migrateToChatId
+
+ +

Optional. The group has been migrated to a supergroup with the specified identifier.

+

This number may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier.

+ +

Definition at line 28 of file ResponseParameters.h.

+ +
+
+ +
+
+ + + + +
int32_t TgBot::ResponseParameters::retryAfter
+
+ +

Optional. In case of exceeding flood control, the number of seconds left to wait before the request can be repeated.

+ +

Definition at line 33 of file ResponseParameters.h.

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