|
tgbot-cpp
|
Describes an inline message to be sent by a user of a Mini App. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PreparedInlineMessage> |
Public Attributes | |
| std::string | id { } |
| Unique identifier of the prepared message. | |
| std::int32_t | expirationDate { } |
| Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used. | |
Describes an inline message to be sent by a user of a Mini App.
| using TgBot::PreparedInlineMessage::Ptr = std::shared_ptr<PreparedInlineMessage> |
| std::int32_t TgBot::PreparedInlineMessage::expirationDate { } |
| std::string TgBot::PreparedInlineMessage::id { } |