From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_file_8h_source.html | 104 ---------------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 docs/_file_8h_source.html (limited to 'docs/_file_8h_source.html') diff --git a/docs/_file_8h_source.html b/docs/_file_8h_source.html deleted file mode 100644 index c4c55c4..0000000 --- a/docs/_file_8h_source.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/File.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
File.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_CPP_FILE_H
6 #define TGBOT_CPP_FILE_H
7 
8 #include <string>
9 #include <memory>
10 
11 namespace TgBot {
12 
23 class File {
24 
25 public:
26  typedef std::shared_ptr<File> Ptr;
27 
31  std::string fileId;
32 
36  int32_t fileSize;
37 
43  std::string filePath;
44 };
45 
46 }
47 
48 #endif //TGBOT_CPP_FILE_H
std::shared_ptr< File > Ptr
Definition: File.h:26
-
std::string filePath
Optional. File path.
Definition: File.h:43
-
This object represents a file ready to be downloaded.
Definition: File.h:23
-
int32_t fileSize
Optional. File size, if known.
Definition: File.h:36
-
Definition: Api.h:47
-
std::string fileId
Unique identifier for this file.
Definition: File.h:31
-
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/_file_8h_source.html | 128 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 docs/_file_8h_source.html (limited to 'docs/_file_8h_source.html') diff --git a/docs/_file_8h_source.html b/docs/_file_8h_source.html new file mode 100644 index 0000000..81b3837 --- /dev/null +++ b/docs/_file_8h_source.html @@ -0,0 +1,128 @@ + + + + + + +tgbot-cpp: include/tgbot/types/File.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
File.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 26/12/16.
3 //
4 
5 #ifndef TGBOT_CPP_FILE_H
6 #define TGBOT_CPP_FILE_H
7 
8 #include <string>
9 #include <memory>
10 
11 namespace TgBot {
12 
23 class File {
24 
25 public:
26  typedef std::shared_ptr<File> Ptr;
27 
31  std::string fileId;
32 
36  int32_t fileSize;
37 
43  std::string filePath;
44 };
45 
46 }
47 
48 #endif //TGBOT_CPP_FILE_H
std::shared_ptr< File > Ptr
Definition: File.h:26
+
std::string filePath
Optional. File path.
Definition: File.h:43
+
This object represents a file ready to be downloaded.
Definition: File.h:23
+
int32_t fileSize
Optional. File size, if known.
Definition: File.h:36
+
Definition: Api.h:49
+
std::string fileId
Unique identifier for this file.
Definition: File.h:31
+
+
+ + + + -- cgit v1.2.3