|
tgbot-cpp
|
Describes a transaction with a chat. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<TransactionPartnerChat> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the transaction partner, always “chat” | |
| std::shared_ptr< Chat > | chat { } |
| Information about the chat. | |
| std::shared_ptr< Gift > | gift { } |
| Optional. The gift sent to the chat by the bot. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::TransactionPartnerChat::Ptr = std::shared_ptr<TransactionPartnerChat> |
| std::shared_ptr<Chat> TgBot::TransactionPartnerChat::chat { } |
| std::shared_ptr<Gift> TgBot::TransactionPartnerChat::gift { } |
|
static |
| std::string TgBot::TransactionPartnerChat::type { TYPE } |