|
tgbot-cpp
|
Describes an inline message sent by a Web App on behalf of a user. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<SentWebAppMessage> |
Public Attributes | |
| std::optional< std::string > | inlineMessageId { } |
| Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. | |
Describes an inline message sent by a Web App on behalf of a user.
| using TgBot::SentWebAppMessage::Ptr = std::shared_ptr<SentWebAppMessage> |
| std::optional<std::string> TgBot::SentWebAppMessage::inlineMessageId { } |