From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- ...g_bot_1_1_inline_query_result_cached_audio.html | 251 +++++++++++++++++++++ ..._tg_bot_1_1_inline_query_result_cached_audio.js | 6 + ...tg_bot_1_1_inline_query_result_cached_audio.png | Bin 0 -> 848 bytes 3 files changed, 257 insertions(+) create mode 100644 docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.html create mode 100644 docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.js create mode 100644 docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.png (limited to 'docs/d7/d0b') diff --git a/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.html b/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.html new file mode 100644 index 0000000..089b6bc --- /dev/null +++ b/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.html @@ -0,0 +1,251 @@ + + + + + + + +tgbot-cpp: TgBot::InlineQueryResultCachedAudio Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::InlineQueryResultCachedAudio Class Reference
+
+
+ +

#include <InlineQueryResultCachedAudio.h>

+
+Inheritance diagram for TgBot::InlineQueryResultCachedAudio:
+
+
+ + +TgBot::InlineQueryResult + +
+ + + + + + + +

+Public Types

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

+Public Member Functions

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

+Public Attributes

std::string audioFileId
 
- 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 a link to an mp3 audio file stored on the Telegram servers.

+ +

Definition at line 19 of file InlineQueryResultCachedAudio.h.

+

Member Typedef Documentation

+ +

◆ Ptr

+ +
+
+ +

Definition at line 23 of file InlineQueryResultCachedAudio.h.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ InlineQueryResultCachedAudio()

+ +
+
+ + + + + +
+ + + + + + + +
TgBot::InlineQueryResultCachedAudio::InlineQueryResultCachedAudio ()
+
+inline
+
+ +

Definition at line 25 of file InlineQueryResultCachedAudio.h.

+ +
+
+

Member Data Documentation

+ +

◆ audioFileId

+ +
+
+ + + + +
std::string TgBot::InlineQueryResultCachedAudio::audioFileId
+
+

A valid file identifier for the audio file

+ +

Definition at line 32 of file InlineQueryResultCachedAudio.h.

+ +
+
+ +

◆ TYPE

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

Definition at line 21 of file InlineQueryResultCachedAudio.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.js b/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.js new file mode 100644 index 0000000..3bbe17b --- /dev/null +++ b/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.js @@ -0,0 +1,6 @@ +var class_tg_bot_1_1_inline_query_result_cached_audio = +[ + [ "Ptr", "d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.html#a8c75f3fe19c25570a15ad20e11b059ec", null ], + [ "InlineQueryResultCachedAudio", "d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.html#aa4e782d6b42aebab1d50584b00f1dbaa", null ], + [ "audioFileId", "d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.html#a318af9a876c7785d9b70a1df30284a39", null ] +]; \ No newline at end of file diff --git a/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.png b/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.png new file mode 100644 index 0000000..85fb954 Binary files /dev/null and b/docs/d7/d0b/class_tg_bot_1_1_inline_query_result_cached_audio.png differ -- cgit v1.2.3