tgbot-cpp
Loading...
Searching...
No Matches
TgBot::SentWebAppMessage Class Reference

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< SentWebAppMessagePtr
 

Public Attributes

std::string inlineMessageId
 Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.
 

Detailed Description

Contains information about an inline message sent by a Web App on behalf of a user.

Definition at line 14 of file SentWebAppMessage.h.

Member Typedef Documentation

◆ Ptr

Definition at line 16 of file SentWebAppMessage.h.

Member Data Documentation

◆ inlineMessageId

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.


The documentation for this class was generated from the following file: