|
tgbot-cpp
|
A block with a music file, corresponding to the HTML tag <audio>. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockAudio> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “audio” | |
| std::shared_ptr< InputMediaAudio > | audio { } |
| The audio. 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 music file, corresponding to the HTML tag <audio>.
| using TgBot::InputRichBlockAudio::Ptr = std::shared_ptr<InputRichBlockAudio> |
| std::shared_ptr<InputMediaAudio> TgBot::InputRichBlockAudio::audio { } |
| std::shared_ptr<RichBlockCaption> TgBot::InputRichBlockAudio::caption { } |
|
static |
| std::string TgBot::InputRichBlockAudio::type { TYPE } |