From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/_voice_8h_source.html | 105 --------------------------------------------- 1 file changed, 105 deletions(-) delete mode 100644 docs/_voice_8h_source.html (limited to 'docs/_voice_8h_source.html') diff --git a/docs/_voice_8h_source.html b/docs/_voice_8h_source.html deleted file mode 100644 index be382da..0000000 --- a/docs/_voice_8h_source.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - -tgbot-cpp: include/tgbot/types/Voice.h Source File - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
Voice.h
-
-
-Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 17/04/16.
3 //
4 
5 #ifndef TGBOT_VOICE_H
6 #define TGBOT_VOICE_H
7 
8 #include <memory>
9 #include <string>
10 
11 namespace TgBot {
12 
18 class Voice {
19 public:
20  typedef std::shared_ptr<Voice> Ptr;
21 
25  std::string file_id;
26 
30  int32_t duration;
31 
35  std::string mime_type;
36 
40  int32_t file_size;
41 };
42 }
43 
44 #endif //TGBOT_VOICE_H
std::string file_id
Unique identifier for this file.
Definition: Voice.h:25
-
Definition: Api.h:47
-
int32_t duration
Duration of the audio in seconds as defined by sender.
Definition: Voice.h:30
-
int32_t file_size
Optional. File size.
Definition: Voice.h:40
-
std::shared_ptr< Voice > Ptr
Definition: Voice.h:20
-
This object represents a voice note.
Definition: Voice.h:18
-
std::string mime_type
Optional. MIME type of the file as defined by sender;.
Definition: Voice.h:35
-
-
- - - - -- 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/_voice_8h_source.html | 129 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/_voice_8h_source.html (limited to 'docs/_voice_8h_source.html') diff --git a/docs/_voice_8h_source.html b/docs/_voice_8h_source.html new file mode 100644 index 0000000..551eac5 --- /dev/null +++ b/docs/_voice_8h_source.html @@ -0,0 +1,129 @@ + + + + + + +tgbot-cpp: include/tgbot/types/Voice.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
Voice.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Andrea Giove on 17/04/16.
3 //
4 
5 #ifndef TGBOT_VOICE_H
6 #define TGBOT_VOICE_H
7 
8 #include <memory>
9 #include <string>
10 
11 namespace TgBot {
12 
18 class Voice {
19 public:
20  typedef std::shared_ptr<Voice> Ptr;
21 
25  std::string file_id;
26 
30  int32_t duration;
31 
35  std::string mime_type;
36 
40  int32_t file_size;
41 };
42 }
43 
44 #endif //TGBOT_VOICE_H
std::string file_id
Unique identifier for this file.
Definition: Voice.h:25
+
Definition: Api.h:49
+
int32_t duration
Duration of the audio in seconds as defined by sender.
Definition: Voice.h:30
+
int32_t file_size
Optional. File size.
Definition: Voice.h:40
+
std::shared_ptr< Voice > Ptr
Definition: Voice.h:20
+
This object represents a voice note.
Definition: Voice.h:18
+
std::string mime_type
Optional. MIME type of the file as defined by sender;.
Definition: Voice.h:35
+
+
+ + + + -- cgit v1.2.3