|
tgbot-cpp
|
Represents the content of a rich message to be sent as the result of an inline query. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichMessageContent> |
Public Attributes | |
| std::shared_ptr< InputRichMessage > | richMessage { } |
| The message to be sent. | |
Represents the content of a rich message to be sent as the result of an inline query.
| using TgBot::InputRichMessageContent::Ptr = std::shared_ptr<InputRichMessageContent> |
| std::shared_ptr<InputRichMessage> TgBot::InputRichMessageContent::richMessage { } |