From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/_response_parameters_8h_source.html | 127 ------------------------------- 1 file changed, 127 deletions(-) delete mode 100644 docs/_response_parameters_8h_source.html (limited to 'docs/_response_parameters_8h_source.html') diff --git a/docs/_response_parameters_8h_source.html b/docs/_response_parameters_8h_source.html deleted file mode 100644 index c5ccd8e..0000000 --- a/docs/_response_parameters_8h_source.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - -tgbot-cpp: include/tgbot/types/ResponseParameters.h Source File - - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
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 
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:49
-
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.
-
-
- - - - -- cgit v1.2.3