|
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<InputRichBlockVoiceNote> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “voice_note” | |
| std::shared_ptr< InputMediaVoiceNote > | voiceNote { } |
| The voice note. Caption is ignored. | |
| 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::InputRichBlockVoiceNote::Ptr = std::shared_ptr<InputRichBlockVoiceNote> |
| std::shared_ptr<RichBlockCaption> TgBot::InputRichBlockVoiceNote::caption { } |
|
static |
| std::string TgBot::InputRichBlockVoiceNote::type { TYPE } |
| std::shared_ptr<InputMediaVoiceNote> TgBot::InputRichBlockVoiceNote::voiceNote { } |