From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- .../def/class_tg_bot_1_1_response_parameters.html | 176 +++++++++++++++++++++ .../d1/def/class_tg_bot_1_1_response_parameters.js | 6 + 2 files changed, 182 insertions(+) create mode 100644 docs/d1/def/class_tg_bot_1_1_response_parameters.html create mode 100644 docs/d1/def/class_tg_bot_1_1_response_parameters.js (limited to 'docs/d1/def') diff --git a/docs/d1/def/class_tg_bot_1_1_response_parameters.html b/docs/d1/def/class_tg_bot_1_1_response_parameters.html new file mode 100644 index 0000000..4798148 --- /dev/null +++ b/docs/d1/def/class_tg_bot_1_1_response_parameters.html @@ -0,0 +1,176 @@ + + + + + + + +tgbot-cpp: TgBot::ResponseParameters Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::ResponseParameters Class Reference
+
+
+ +

#include <ResponseParameters.h>

+ + + + +

+Public Types

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

+Public Attributes

int32_t migrateToChatId
 
int32_t retryAfter
 
+

Detailed Description

+

Contains information about why a request was unsuccessfull.

+ +

Definition at line 16 of file ResponseParameters.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 18 of file ResponseParameters.h.

+ +
+
+

Member Data Documentation

+ +

◆ migrateToChatId

+ +
+
+ + + + +
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 26 of file ResponseParameters.h.

+ +
+
+ +

◆ retryAfter

+ +
+
+ + + + +
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 31 of file ResponseParameters.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d1/def/class_tg_bot_1_1_response_parameters.js b/docs/d1/def/class_tg_bot_1_1_response_parameters.js new file mode 100644 index 0000000..18b1060 --- /dev/null +++ b/docs/d1/def/class_tg_bot_1_1_response_parameters.js @@ -0,0 +1,6 @@ +var class_tg_bot_1_1_response_parameters = +[ + [ "Ptr", "d1/def/class_tg_bot_1_1_response_parameters.html#a345c84a4e959ed8e529b1cb6e76d0182", null ], + [ "migrateToChatId", "d1/def/class_tg_bot_1_1_response_parameters.html#a37baca0cf6ae91e41a20dbf2451a225d", null ], + [ "retryAfter", "d1/def/class_tg_bot_1_1_response_parameters.html#ab65e3cad1468f5fb762f822722031990", null ] +]; \ No newline at end of file -- cgit v1.2.3