|
tgbot-cpp
|
The withdrawal succeeded. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<RevenueWithdrawalStateSucceeded> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the state, always “succeeded” | |
| std::int32_t | date { } |
| Date the withdrawal was completed in Unix time. | |
| std::string | url { } |
| An HTTPS URL that can be used to see transaction details. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RevenueWithdrawalStateSucceeded::Ptr = std::shared_ptr<RevenueWithdrawalStateSucceeded> |
| std::int32_t TgBot::RevenueWithdrawalStateSucceeded::date { } |
|
static |
| std::string TgBot::RevenueWithdrawalStateSucceeded::type { TYPE } |
| std::string TgBot::RevenueWithdrawalStateSucceeded::url { } |