| tgbot-cpp
    | 
Contains information about an inline message sent by a Web App on behalf of a user. More...
#include <SentWebAppMessage.h>
| Public Types | |
| typedef std::shared_ptr< SentWebAppMessage > | Ptr | 
| Public Attributes | |
| std::string | inlineMessageId | 
| Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. | |
Contains information about an inline message sent by a Web App on behalf of a user.
Definition at line 14 of file SentWebAppMessage.h.
| typedef std::shared_ptr<SentWebAppMessage> TgBot::SentWebAppMessage::Ptr | 
Definition at line 16 of file SentWebAppMessage.h.
| std::string TgBot::SentWebAppMessage::inlineMessageId | 
Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.
Definition at line 22 of file SentWebAppMessage.h.