From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/_inline_query_result_voice_8h_source.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/_inline_query_result_voice_8h_source.html') diff --git a/docs/_inline_query_result_voice_8h_source.html b/docs/_inline_query_result_voice_8h_source.html index f9d3218..d2a5f8e 100644 --- a/docs/_inline_query_result_voice_8h_source.html +++ b/docs/_inline_query_result_voice_8h_source.html @@ -83,22 +83,22 @@ $(document).ready(function(){initNavTree('_inline_query_result_voice_8h_source.h
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:46
- - -
std::shared_ptr< InlineQueryResultVoice > Ptr
- - - +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 
16 public:
17  static const std::string TYPE;
18 
19  typedef std::shared_ptr<InlineQueryResultVoice> Ptr;
20 
22  this->type = TYPE;
23  this->voiceDuration = 0;
24  };
25 
29  std::string voiceUrl;
30 
34  int32_t voiceDuration;
35 };
36 }
37 
38 #endif //TGBOT_INLINEQUERYRESULTVOICE_H
std::string type
Type of the result.
+
std::string voiceUrl
A valid URL for the voice recording.
+
Definition: Api.h:47
+ + +
std::shared_ptr< InlineQueryResultVoice > Ptr
+
This abstract class is base of all inline query results.
+
Represents link to a page containing an embedded video player or a video file.
+
int32_t voiceDuration
Optional. Recording duration in seconds.