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_voice.html | 225 --------------------------------------- 1 file changed, 225 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_voice.html (limited to 'docs/class_tg_bot_1_1_voice.html') diff --git a/docs/class_tg_bot_1_1_voice.html b/docs/class_tg_bot_1_1_voice.html deleted file mode 100644 index d8a8ef4..0000000 --- a/docs/class_tg_bot_1_1_voice.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Voice Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Voice Class Reference
-
-
- -

This object represents a voice note. - More...

- -

#include <Voice.h>

- - - - -

-Public Types

typedef std::shared_ptr< VoicePtr
 
- - - - - - - - - - - - - -

-Public Attributes

std::string file_id
 Unique identifier for this file. More...
 
int32_t duration
 Duration of the audio in seconds as defined by sender. More...
 
std::string mime_type
 Optional. MIME type of the file as defined by sender;. More...
 
int32_t file_size
 Optional. File size. More...
 
-

Detailed Description

-

This object represents a voice note.

- -

Definition at line 18 of file Voice.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 20 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 30 of file Voice.h.

- -
-
- -

◆ file_id

- -
-
- - - - -
std::string TgBot::Voice::file_id
-
- -

Unique identifier for this file.

- -

Definition at line 25 of file Voice.h.

- -
-
- -

◆ file_size

- -
-
- - - - -
int32_t TgBot::Voice::file_size
-
- -

Optional. File size.

- -

Definition at line 40 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 35 of file Voice.h.

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