From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/da/d3b/_inline_query_result_voice_8h.html | 114 +++++++++++++++++++++ .../d3b/_inline_query_result_voice_8h_source.html | 107 +++++++++++++++++++ 2 files changed, 221 insertions(+) create mode 100644 docs/da/d3b/_inline_query_result_voice_8h.html create mode 100644 docs/da/d3b/_inline_query_result_voice_8h_source.html (limited to 'docs/da/d3b') diff --git a/docs/da/d3b/_inline_query_result_voice_8h.html b/docs/da/d3b/_inline_query_result_voice_8h.html new file mode 100644 index 0000000..482299f --- /dev/null +++ b/docs/da/d3b/_inline_query_result_voice_8h.html @@ -0,0 +1,114 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultVoice.h File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InlineQueryResultVoice.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + +

+Classes

class  TgBot::InlineQueryResultVoice
 
+ + + +

+Namespaces

 TgBot
 
+
+
+ + + + diff --git a/docs/da/d3b/_inline_query_result_voice_8h_source.html b/docs/da/d3b/_inline_query_result_voice_8h_source.html new file mode 100644 index 0000000..decb3b4 --- /dev/null +++ b/docs/da/d3b/_inline_query_result_voice_8h_source.html @@ -0,0 +1,107 @@ + + + + + + + +tgbot-cpp: include/tgbot/types/InlineQueryResultVoice.h Source File + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InlineQueryResultVoice.h
+
+
+Go to the documentation of this file.
1 //
2 // Created by Konstantin Kukin on 27/12/16
3 //
4 
5 #ifndef TGBOT_INLINEQUERYRESULTVOICE_H
6 #define TGBOT_INLINEQUERYRESULTVOICE_H
7 
8 namespace TgBot {
9 
15 public:
16  static const std::string TYPE;
17 
18  typedef std::shared_ptr<InlineQueryResultVoice> Ptr;
19 
21  this->type = TYPE;
22  this->voiceDuration = 0;
23  };
24 
28  std::string voiceUrl;
29 
33  int32_t voiceDuration;
34 };
35 }
36 
37 #endif //TGBOT_INLINEQUERYRESULTVOICE_H
+ +
Definition: Api.h:44
+ + +
std::shared_ptr< InlineQueryResultVoice > Ptr
+ + + +
+
+ + + + -- cgit v1.2.3