From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d1/d00/class_tg_bot_1_1_audio.html | 252 ++++++++++++++++++++++++++++++++ docs/d1/d00/class_tg_bot_1_1_audio.js | 10 ++ 2 files changed, 262 insertions(+) create mode 100644 docs/d1/d00/class_tg_bot_1_1_audio.html create mode 100644 docs/d1/d00/class_tg_bot_1_1_audio.js (limited to 'docs/d1/d00') diff --git a/docs/d1/d00/class_tg_bot_1_1_audio.html b/docs/d1/d00/class_tg_bot_1_1_audio.html new file mode 100644 index 0000000..20164c6 --- /dev/null +++ b/docs/d1/d00/class_tg_bot_1_1_audio.html @@ -0,0 +1,252 @@ + + + + + + + +tgbot-cpp: TgBot::Audio Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Audio Class Reference
+
+
+ +

#include <Audio.h>

+ + + + +

+Public Types

typedef std::shared_ptr< AudioPtr
 
+ + + + + + + + + + + + + +

+Public Attributes

std::string fileId
 
int32_t duration
 
std::string performer
 
std::string title
 
std::string mimeType
 
int32_t fileSize
 
+

Detailed Description

+

This object represents an audio file (voice note).

+ +

Definition at line 35 of file Audio.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 38 of file Audio.h.

+ +
+
+

Member Data Documentation

+ +

◆ duration

+ +
+
+ + + + +
int32_t TgBot::Audio::duration
+
+

Duration of the audio in seconds as defined by sender.

+ +

Definition at line 48 of file Audio.h.

+ +
+
+ +

◆ fileId

+ +
+
+ + + + +
std::string TgBot::Audio::fileId
+
+

Unique identifier for this file.

+ +

Definition at line 43 of file Audio.h.

+ +
+
+ +

◆ fileSize

+ +
+
+ + + + +
int32_t TgBot::Audio::fileSize
+
+

Optional. File size.

+ +

Definition at line 70 of file Audio.h.

+ +
+
+ +

◆ mimeType

+ +
+
+ + + + +
std::string TgBot::Audio::mimeType
+
+

Optional. MIME type of the file as defined by sender.

+ +

Definition at line 65 of file Audio.h.

+ +
+
+ +

◆ performer

+ +
+
+ + + + +
std::string TgBot::Audio::performer
+
+

Optional. Performer of the audio as defined by sender or by audio tags

+ +

Definition at line 54 of file Audio.h.

+ +
+
+ +

◆ title

+ +
+
+ + + + +
std::string TgBot::Audio::title
+
+

Optional. Title of the audio as defined by sender or by audio tags

+ +

Definition at line 60 of file Audio.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d1/d00/class_tg_bot_1_1_audio.js b/docs/d1/d00/class_tg_bot_1_1_audio.js new file mode 100644 index 0000000..bc5464e --- /dev/null +++ b/docs/d1/d00/class_tg_bot_1_1_audio.js @@ -0,0 +1,10 @@ +var class_tg_bot_1_1_audio = +[ + [ "Ptr", "d1/d00/class_tg_bot_1_1_audio.html#a09651872832ece3b22c7505a2cfc0034", null ], + [ "duration", "d1/d00/class_tg_bot_1_1_audio.html#a91867bc1857d43021c352781c8b1764d", null ], + [ "fileId", "d1/d00/class_tg_bot_1_1_audio.html#accecab325a61cce4c4260923d21e2726", null ], + [ "fileSize", "d1/d00/class_tg_bot_1_1_audio.html#ae874fb9f864741e2df69287c57fbd035", null ], + [ "mimeType", "d1/d00/class_tg_bot_1_1_audio.html#a0657e6fec492919e086084ab07bcf7ae", null ], + [ "performer", "d1/d00/class_tg_bot_1_1_audio.html#ac91ee59f6137da2da2f7c8ad6d1e9119", null ], + [ "title", "d1/d00/class_tg_bot_1_1_audio.html#a93a600b9821a425e31e51fdee027e1b4", null ] +]; \ No newline at end of file -- cgit v1.2.3