From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...class_tg_bot_1_1_inline_query_result_voice.html | 270 +++++++++++++++++++++ .../class_tg_bot_1_1_inline_query_result_voice.js | 7 + .../class_tg_bot_1_1_inline_query_result_voice.png | Bin 0 -> 768 bytes 3 files changed, 277 insertions(+) create mode 100644 docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.html create mode 100644 docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.js create mode 100644 docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.png (limited to 'docs/d9/d76') diff --git a/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.html b/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.html new file mode 100644 index 0000000..6e46edd --- /dev/null +++ b/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.html @@ -0,0 +1,270 @@ + + + + + + + +tgbot-cpp: TgBot::InlineQueryResultVoice Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineQueryResultVoice Class Reference
+
+
+ +

#include <InlineQueryResultVoice.h>

+
+Inheritance diagram for TgBot::InlineQueryResultVoice:
+
+
+ + +TgBot::InlineQueryResult + +
+ + + + + + + +

+Public Types

typedef std::shared_ptr< InlineQueryResultVoicePtr
 
- Public Types inherited from TgBot::InlineQueryResult
typedef std::shared_ptr< InlineQueryResultPtr
 
+ + + + + + + + +

+Public Member Functions

 InlineQueryResultVoice ()
 
- Public Member Functions inherited from TgBot::InlineQueryResult
 InlineQueryResult ()
 
virtual ~InlineQueryResult ()
 
+ + + + + + + + + + + + + + + + + + +

+Public Attributes

std::string voiceUrl
 
int32_t voiceDuration
 
- Public Attributes inherited from TgBot::InlineQueryResult
std::string type
 
std::string id
 
std::string title
 
std::string caption
 
InlineKeyboardMarkup::Ptr replyMarkup
 
InputMessageContent::Ptr inputMessageContent
 
+ + + +

+Static Public Attributes

static const std::string TYPE
 
+

Detailed Description

+

Represents link to a page containing an embedded video player or a video file.

+ +

Definition at line 14 of file InlineQueryResultVoice.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ + + + +
typedef std::shared_ptr<InlineQueryResultVoice> TgBot::InlineQueryResultVoice::Ptr
+
+ +

Definition at line 18 of file InlineQueryResultVoice.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InlineQueryResultVoice()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InlineQueryResultVoice::InlineQueryResultVoice ()
+
+inline
+
+ +

Definition at line 20 of file InlineQueryResultVoice.h.

+ +
+
+

Member Data Documentation

+ +

◆ TYPE

+ +
+
+ + + + + +
+ + + + +
const std::string TgBot::InlineQueryResultVoice::TYPE
+
+static
+
+ +

Definition at line 16 of file InlineQueryResultVoice.h.

+ +
+
+ +

◆ voiceDuration

+ +
+
+ + + + +
int32_t TgBot::InlineQueryResultVoice::voiceDuration
+
+

Optional. Recording duration in seconds

+ +

Definition at line 33 of file InlineQueryResultVoice.h.

+ +
+
+ +

◆ voiceUrl

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultVoice::voiceUrl
+
+

A valid URL for the voice recording

+ +

Definition at line 23 of file InlineQueryResultVoice.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.js b/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.js new file mode 100644 index 0000000..d13d28b --- /dev/null +++ b/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.js @@ -0,0 +1,7 @@ +var class_tg_bot_1_1_inline_query_result_voice = +[ + [ "Ptr", "d9/d76/class_tg_bot_1_1_inline_query_result_voice.html#a4cf1aa18aaec542598e39ee7416c7df9", null ], + [ "InlineQueryResultVoice", "d9/d76/class_tg_bot_1_1_inline_query_result_voice.html#a01f73a78827c6ec75f7b355b521efd47", null ], + [ "voiceDuration", "d9/d76/class_tg_bot_1_1_inline_query_result_voice.html#a628636c93a2dbf8440cb3989ba1aaceb", null ], + [ "voiceUrl", "d9/d76/class_tg_bot_1_1_inline_query_result_voice.html#afc09fe61b4fcdce1644d55ec488ecda9", null ] +]; \ No newline at end of file diff --git a/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.png b/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.png new file mode 100644 index 0000000..6d7d496 Binary files /dev/null and b/docs/d9/d76/class_tg_bot_1_1_inline_query_result_voice.png differ -- cgit v1.2.3