From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/df/d0c/_file_8h_source.html | 104 --------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 docs/df/d0c/_file_8h_source.html (limited to 'docs/df/d0c/_file_8h_source.html') diff --git a/docs/df/d0c/_file_8h_source.html b/docs/df/d0c/_file_8h_source.html deleted file mode 100644 index a1eb85f..0000000 --- a/docs/df/d0c/_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 
21 class File {
22 
23 public:
24  typedef std::shared_ptr<File> Ptr;
25 
29  std::string fileId;
30 
34  int32_t fileSize;
35 
40  std::string filePath;
41 };
42 
43 }
44 
45 #endif //TGBOT_CPP_FILE_H
std::shared_ptr< File > Ptr
Definition: File.h:24
-
std::string filePath
Definition: File.h:40
- -
int32_t fileSize
Definition: File.h:34
-
Definition: Api.h:44
-
std::string fileId
Definition: File.h:29
-
-
- - - - -- cgit v1.2.3