tgbot-cpp
Loading...
Searching...
No Matches
SentWebAppMessage.h
Go to the documentation of this file.
1#ifndef TGBOT_SENTWEBAPPMESSAGE_H
2#define TGBOT_SENTWEBAPPMESSAGE_H
3
4#include <memory>
5#include <string>
6
7namespace TgBot {
8
15public:
16 typedef std::shared_ptr<SentWebAppMessage> Ptr;
17
22 std::string inlineMessageId;
23};
24}
25
26#endif //TGBOT_SENTWEBAPPMESSAGE_H
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
Definition Api.h:39