1#ifndef TGBOT_SENTWEBAPPMESSAGE_H
2#define TGBOT_SENTWEBAPPMESSAGE_H
16 typedef std::shared_ptr<SentWebAppMessage>
Ptr;
Contains information about an inline message sent by a Web App on behalf of a user.
std::string inlineMessageId
Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attach...
std::shared_ptr< SentWebAppMessage > Ptr