From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_audio.html | 267 --------------------------------------- 1 file changed, 267 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_audio.html (limited to 'docs/class_tg_bot_1_1_audio.html') diff --git a/docs/class_tg_bot_1_1_audio.html b/docs/class_tg_bot_1_1_audio.html deleted file mode 100644 index d187ccc..0000000 --- a/docs/class_tg_bot_1_1_audio.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Audio Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Audio Class Reference
-
-
- -

This object represents an audio file (voice note). - More...

- -

#include <Audio.h>

- - - - -

-Public Types

typedef std::shared_ptr< AudioPtr
 
- - - - - - - - - - - - - - - - - - - -

-Public Attributes

std::string fileId
 Unique identifier for this file. More...
 
int32_t duration
 Duration of the audio in seconds as defined by sender. More...
 
std::string performer
 Optional. Performer of the audio as defined by sender or by audio tags. More...
 
std::string title
 Optional. Title of the audio as defined by sender or by audio tags. More...
 
std::string mimeType
 Optional. MIME type of the file as defined by sender. More...
 
int32_t fileSize
 Optional. File size. More...
 
-

Detailed Description

-

This object represents an audio file (voice note).

- -

Definition at line 36 of file Audio.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 39 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 49 of file Audio.h.

- -
-
- -

◆ fileId

- -
-
- - - - -
std::string TgBot::Audio::fileId
-
- -

Unique identifier for this file.

- -

Definition at line 44 of file Audio.h.

- -
-
- -

◆ fileSize

- -
-
- - - - -
int32_t TgBot::Audio::fileSize
-
- -

Optional. File size.

- -

Definition at line 71 of file Audio.h.

- -
-
- -

◆ mimeType

- -
-
- - - - -
std::string TgBot::Audio::mimeType
-
- -

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

- -

Definition at line 66 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 55 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 61 of file Audio.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_audio.html | 280 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 280 insertions(+) create mode 100644 docs/class_tg_bot_1_1_audio.html (limited to 'docs/class_tg_bot_1_1_audio.html') diff --git a/docs/class_tg_bot_1_1_audio.html b/docs/class_tg_bot_1_1_audio.html new file mode 100644 index 0000000..a70737d --- /dev/null +++ b/docs/class_tg_bot_1_1_audio.html @@ -0,0 +1,280 @@ + + + + + + +tgbot-cpp: TgBot::Audio Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Audio Class Reference
+
+
+ +

This object represents an audio file (voice note). + More...

+ +

#include <Audio.h>

+ + + + +

+Public Types

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

+Public Attributes

std::string fileId
 Unique identifier for this file. More...
 
int32_t duration
 Duration of the audio in seconds as defined by sender. More...
 
std::string performer
 Optional. Performer of the audio as defined by sender or by audio tags. More...
 
std::string title
 Optional. Title of the audio as defined by sender or by audio tags. More...
 
std::string mimeType
 Optional. MIME type of the file as defined by sender. More...
 
int32_t fileSize
 Optional. File size. More...
 
+

Detailed Description

+

This object represents an audio file (voice note).

+ +

Definition at line 36 of file Audio.h.

+

Member Typedef Documentation

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

Definition at line 39 of file Audio.h.

+ +
+
+

Member Data Documentation

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

Duration of the audio in seconds as defined by sender.

+ +

Definition at line 49 of file Audio.h.

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

Unique identifier for this file.

+ +

Definition at line 44 of file Audio.h.

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

Optional. File size.

+ +

Definition at line 71 of file Audio.h.

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

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

+ +

Definition at line 66 of file Audio.h.

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

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

+ +

Definition at line 55 of file Audio.h.

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

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

+ +

Definition at line 61 of file Audio.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3