From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- ...class_tg_bot_1_1_inline_query_result_audio.html | 289 --------------------- .../class_tg_bot_1_1_inline_query_result_audio.js | 8 - .../class_tg_bot_1_1_inline_query_result_audio.png | Bin 772 -> 0 bytes 3 files changed, 297 deletions(-) delete mode 100644 docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html delete mode 100644 docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.js delete mode 100644 docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.png (limited to 'docs/d7/d9e') diff --git a/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html b/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html deleted file mode 100644 index ff640c8..0000000 --- a/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::InlineQueryResultAudio Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::InlineQueryResultAudio Class Reference
-
-
- -

#include <InlineQueryResultAudio.h>

-
-Inheritance diagram for TgBot::InlineQueryResultAudio:
-
-
- - -TgBot::InlineQueryResult - -
- - - - - - - -

-Public Types

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

-Public Member Functions

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

-Public Attributes

std::string audioUrl
 
std::string performer
 
int32_t audioDuration
 
- 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.

- -

Definition at line 19 of file InlineQueryResultAudio.h.

-

Member Typedef Documentation

- -

◆ Ptr

- -
-
- - - - -
typedef std::shared_ptr<InlineQueryResultAudio> TgBot::InlineQueryResultAudio::Ptr
-
- -

Definition at line 23 of file InlineQueryResultAudio.h.

- -
-
-

Constructor & Destructor Documentation

- -

◆ InlineQueryResultAudio()

- -
-
- - - - - -
- - - - - - - -
TgBot::InlineQueryResultAudio::InlineQueryResultAudio ()
-
-inline
-
- -

Definition at line 25 of file InlineQueryResultAudio.h.

- -
-
-

Member Data Documentation

- -

◆ audioDuration

- -
-
- - - - -
int32_t TgBot::InlineQueryResultAudio::audioDuration
-
-

Optional. Audio duration in seconds

- -

Definition at line 43 of file InlineQueryResultAudio.h.

- -
-
- -

◆ audioUrl

- -
-
- - - - -
std::string TgBot::InlineQueryResultAudio::audioUrl
-
-

A valid URL for the audio file

- -

Definition at line 33 of file InlineQueryResultAudio.h.

- -
-
- -

◆ performer

- -
-
- - - - -
std::string TgBot::InlineQueryResultAudio::performer
-
-

Optional. Performer

- -

Definition at line 38 of file InlineQueryResultAudio.h.

- -
-
- -

◆ TYPE

- -
-
- - - - - -
- - - - -
const std::string TgBot::InlineQueryResultAudio::TYPE
-
-static
-
- -

Definition at line 21 of file InlineQueryResultAudio.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.js b/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.js deleted file mode 100644 index 9015b3f..0000000 --- a/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.js +++ /dev/null @@ -1,8 +0,0 @@ -var class_tg_bot_1_1_inline_query_result_audio = -[ - [ "Ptr", "d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html#a7803831a6a91a6e927fef4d2f102601f", null ], - [ "InlineQueryResultAudio", "d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html#a566b685dd3a4334a1bd15c53f5abf6ca", null ], - [ "audioDuration", "d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html#a18d053fc3cfc83d5e8a769002a12ad01", null ], - [ "audioUrl", "d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html#a32196651921816a857b75a7e0163ed40", null ], - [ "performer", "d7/d9e/class_tg_bot_1_1_inline_query_result_audio.html#aed3fcf3bc848aaae21bab04a3f840ec1", null ] -]; \ No newline at end of file diff --git a/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.png b/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.png deleted file mode 100644 index e7705b5..0000000 Binary files a/docs/d7/d9e/class_tg_bot_1_1_inline_query_result_audio.png and /dev/null differ -- cgit v1.2.3