From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/dc/d30/_voice_8h_source.html | 105 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 docs/dc/d30/_voice_8h_source.html (limited to 'docs/dc/d30/_voice_8h_source.html') diff --git a/docs/dc/d30/_voice_8h_source.html b/docs/dc/d30/_voice_8h_source.html new file mode 100644 index 0000000..0bd46be --- /dev/null +++ b/docs/dc/d30/_voice_8h_source.html @@ -0,0 +1,105 @@ + + + + + + + +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 
17 class Voice {
18 public:
19  typedef std::shared_ptr<Voice> Ptr;
20 
24  std::string file_id;
25 
29  int32_t duration;
30 
34  std::string mime_type;
35 
39  int32_t file_size;
40 };
41 }
42 
43 #endif //TGBOT_VOICE_H
std::string file_id
Definition: Voice.h:24
+
Definition: Api.h:44
+
int32_t duration
Definition: Voice.h:29
+
int32_t file_size
Definition: Voice.h:39
+
std::shared_ptr< Voice > Ptr
Definition: Voice.h:19
+ +
std::string mime_type
Definition: Voice.h:34
+
+
+ + + + -- cgit v1.2.3