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

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

Detailed Description

The withdrawal succeeded.

Definition at line 11628 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 11629 of file Types.h.

Member Data Documentation

◆ date

std::int32_t TgBot::RevenueWithdrawalStateSucceeded::date { }

Date the withdrawal was completed in Unix time.

Definition at line 11641 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::RevenueWithdrawalStateSucceeded::TYPE
static

Definition at line 11631 of file Types.h.

◆ type

std::string TgBot::RevenueWithdrawalStateSucceeded::type { TYPE }

Type of the state, always “succeeded”

Definition at line 11636 of file Types.h.

◆ url

std::string TgBot::RevenueWithdrawalStateSucceeded::url { }

An HTTPS URL that can be used to see transaction details.

Definition at line 11646 of file Types.h.


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