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

Describes an inline message sent by a Web App on behalf of a user. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<SentWebAppMessage>

Public Attributes

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

Detailed Description

Describes an inline message sent by a Web App on behalf of a user.

Definition at line 13106 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 13107 of file Types.h.

Member Data Documentation

◆ inlineMessageId

std::optional<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 13113 of file Types.h.


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