From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d6/d91/class_tg_bot_1_1_voice.html | 214 ++++++++++++++++++++++++++++++++ docs/d6/d91/class_tg_bot_1_1_voice.js | 8 ++ 2 files changed, 222 insertions(+) create mode 100644 docs/d6/d91/class_tg_bot_1_1_voice.html create mode 100644 docs/d6/d91/class_tg_bot_1_1_voice.js (limited to 'docs/d6/d91') diff --git a/docs/d6/d91/class_tg_bot_1_1_voice.html b/docs/d6/d91/class_tg_bot_1_1_voice.html new file mode 100644 index 0000000..2a85acd --- /dev/null +++ b/docs/d6/d91/class_tg_bot_1_1_voice.html @@ -0,0 +1,214 @@ + + + + + + + +tgbot-cpp: TgBot::Voice Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Voice Class Reference
+
+
+ +

#include <Voice.h>

+ + + + +

+Public Types

typedef std::shared_ptr< VoicePtr
 
+ + + + + + + + + +

+Public Attributes

std::string file_id
 
int32_t duration
 
std::string mime_type
 
int32_t file_size
 
+

Detailed Description

+

This object represents a voice note.

+ +

Definition at line 17 of file Voice.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 19 of file Voice.h.

+ +
+
+

Member Data Documentation

+ +

◆ duration

+ +
+
+ + + + +
int32_t TgBot::Voice::duration
+
+

Duration of the audio in seconds as defined by sender.

+ +

Definition at line 29 of file Voice.h.

+ +
+
+ +

◆ file_id

+ +
+
+ + + + +
std::string TgBot::Voice::file_id
+
+

Unique identifier for this file.

+ +

Definition at line 24 of file Voice.h.

+ +
+
+ +

◆ file_size

+ +
+
+ + + + +
int32_t TgBot::Voice::file_size
+
+

Optional. File size.

+ +

Definition at line 39 of file Voice.h.

+ +
+
+ +

◆ mime_type

+ +
+
+ + + + +
std::string TgBot::Voice::mime_type
+
+

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

+ +

Definition at line 34 of file Voice.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + diff --git a/docs/d6/d91/class_tg_bot_1_1_voice.js b/docs/d6/d91/class_tg_bot_1_1_voice.js new file mode 100644 index 0000000..e65aa8b --- /dev/null +++ b/docs/d6/d91/class_tg_bot_1_1_voice.js @@ -0,0 +1,8 @@ +var class_tg_bot_1_1_voice = +[ + [ "Ptr", "d6/d91/class_tg_bot_1_1_voice.html#a73311e993b61a62531f42583d82fed91", null ], + [ "duration", "d6/d91/class_tg_bot_1_1_voice.html#a65629e696801e0c68e7822a82df13679", null ], + [ "file_id", "d6/d91/class_tg_bot_1_1_voice.html#aa138c0d927f53572c1b43086a10e6c73", null ], + [ "file_size", "d6/d91/class_tg_bot_1_1_voice.html#a7c231412bd16616058b4c1d2e50244d1", null ], + [ "mime_type", "d6/d91/class_tg_bot_1_1_voice.html#a5cf398c03d61459c4dba34fe6bf22aca", null ] +]; \ No newline at end of file -- cgit v1.2.3