From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/d5/d77/_response_parameters_8h.html | 115 ------------------------ docs/d5/d77/_response_parameters_8h_source.html | 103 --------------------- 2 files changed, 218 deletions(-) delete mode 100644 docs/d5/d77/_response_parameters_8h.html delete mode 100644 docs/d5/d77/_response_parameters_8h_source.html (limited to 'docs/d5/d77') diff --git a/docs/d5/d77/_response_parameters_8h.html b/docs/d5/d77/_response_parameters_8h.html deleted file mode 100644 index d38ddae..0000000 --- a/docs/d5/d77/_response_parameters_8h.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/ResponseParameters.h File Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
ResponseParameters.h File Reference
-
-
-
#include <memory>
-
-

Go to the source code of this file.

- - - - -

-Classes

class  TgBot::ResponseParameters
 
- - - -

-Namespaces

 TgBot
 
-
-
- - - - diff --git a/docs/d5/d77/_response_parameters_8h_source.html b/docs/d5/d77/_response_parameters_8h_source.html deleted file mode 100644 index 3c8061d..0000000 --- a/docs/d5/d77/_response_parameters_8h_source.html +++ /dev/null @@ -1,103 +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 
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:44
-
std::shared_ptr< ResponseParameters > Ptr
- - - -
-
- - - - -- cgit v1.2.3