|
tgbot-cpp
|
A block with a voice note, corresponding to the HTML tag <audio>. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RichBlockVoiceNote> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “voice_note” | |
| std::shared_ptr< Voice > | voiceNote { } |
| The voice note. | |
| std::shared_ptr< RichBlockCaption > | caption { } |
| Optional. Caption of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
A block with a voice note, corresponding to the HTML tag <audio>.
| using TgBot::RichBlockVoiceNote::Ptr = std::shared_ptr<RichBlockVoiceNote> |
| std::shared_ptr<RichBlockCaption> TgBot::RichBlockVoiceNote::caption { } |
|
static |
| std::string TgBot::RichBlockVoiceNote::type { TYPE } |
| std::shared_ptr<Voice> TgBot::RichBlockVoiceNote::voiceNote { } |