tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
Describes an inline message sent by a Web App on behalf of a user. https://core.telegram.org/bots/api#story. More...
#include <SentWebAppMessage.hpp>
Public Member Functions | |
SentWebAppMessage ()=default | |
SentWebAppMessage (const nl::json &json) | |
nl::json | toJson () const |
Serializes this object to JSON. More... | |
void | fromJson ([[maybe_unused]] const nl::json &json) |
Deserializes this object from JSON. More... | |
Public Attributes | |
std::string | inlineMessageId |
Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. More... | |
Describes an inline message sent by a Web App on behalf of a user. https://core.telegram.org/bots/api#story.
Definition at line 7 of file SentWebAppMessage.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file SentWebAppMessage.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 26 of file SentWebAppMessage.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 19 of file SentWebAppMessage.hpp.
std::string tgbotxx::SentWebAppMessage::inlineMessageId |
Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message.
Definition at line 15 of file SentWebAppMessage.hpp.