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/_response_parameters_8h_source.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_response_parameters_8h_source.html') diff --git a/docs/_response_parameters_8h_source.html b/docs/_response_parameters_8h_source.html index fc23de9..deeb3d7 100644 --- a/docs/_response_parameters_8h_source.html +++ b/docs/_response_parameters_8h_source.html @@ -83,18 +83,18 @@ $(document).ready(function(){initNavTree('_response_parameters_8h_source.html','
ResponseParameters.h
-Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_RESPONSEPARAMETERS_H
6 #define TGBOT_RESPONSEPARAMETERS_H
7 
8 #include <memory>
9 
10 namespace TgBot {
11 
17 public:
18  typedef std::shared_ptr<ResponseParameters> Ptr;
19 
26  int32_t migrateToChatId;
27 
31  int32_t retryAfter;
32 };
33 }
34 
35 #endif //TGBOT_RESPONSEPARAMETERS_H
Definition: Api.h:46
-
std::shared_ptr< ResponseParameters > Ptr
- - - +Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_RESPONSEPARAMETERS_H
6 #define TGBOT_RESPONSEPARAMETERS_H
7 
8 #include <memory>
9 
10 namespace TgBot {
11 
18 public:
19  typedef std::shared_ptr<ResponseParameters> Ptr;
20 
28  int32_t migrateToChatId;
29 
33  int32_t retryAfter;
34 };
35 }
36 
37 #endif //TGBOT_RESPONSEPARAMETERS_H
Definition: Api.h:47
+
std::shared_ptr< ResponseParameters > Ptr
+
int32_t retryAfter
Optional. In case of exceeding flood control, the number of seconds left to wait before the request c...
+
Contains information about why a request was unsuccessfull.
+
int32_t migrateToChatId
Optional. The group has been migrated to a supergroup with the specified identifier.