From f13b7029e9af43282ebe6c2e9bb4dd749c8e450a Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 23 Jul 2018 02:09:18 +0300 Subject: Move docs to gh-pages branch --- docs/_inline_query_result_voice_8h_source.html | 131 ------------------------- 1 file changed, 131 deletions(-) delete mode 100644 docs/_inline_query_result_voice_8h_source.html (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 deleted file mode 100644 index c82550e..0000000 --- a/docs/_inline_query_result_voice_8h_source.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - -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 
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:49
- - -
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.
-
-
- - - - -- cgit v1.2.3