From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +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 deletions(-) delete mode 100644 docs/d1/d00/class_tg_bot_1_1_audio.html delete 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 deleted file mode 100644 index 20164c6..0000000 --- a/docs/d1/d00/class_tg_bot_1_1_audio.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - - -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 deleted file mode 100644 index bc5464e..0000000 --- a/docs/d1/d00/class_tg_bot_1_1_audio.js +++ /dev/null @@ -1,10 +0,0 @@ -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