From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/d6/d91/class_tg_bot_1_1_voice.html delete 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 deleted file mode 100644 index 2a85acd..0000000 --- a/docs/d6/d91/class_tg_bot_1_1_voice.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index e65aa8b..0000000 --- a/docs/d6/d91/class_tg_bot_1_1_voice.js +++ /dev/null @@ -1,8 +0,0 @@ -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