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

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.

Detailed Description

Describes an inline message to be sent by a user of a Mini App.

Definition at line 11176 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 11177 of file Types.h.

Member Data Documentation

◆ expirationDate

std::int32_t TgBot::PreparedInlineMessage::expirationDate { }

Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used.

Definition at line 11188 of file Types.h.

◆ id

std::string TgBot::PreparedInlineMessage::id { }

Unique identifier of the prepared message.

Definition at line 11182 of file Types.h.


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