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

This object describes the state of a revenue withdrawal operation. Currently, it can be one of RevenueWithdrawalStatePending RevenueWithdrawalStateSucceeded RevenueWithdrawalStateFailed. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RevenueWithdrawalState>

Public Attributes

std::variant< std::shared_ptr< RevenueWithdrawalStatePending >, std::shared_ptr< RevenueWithdrawalStateSucceeded >, std::shared_ptr< RevenueWithdrawalStateFailed > > value

Detailed Description

This object describes the state of a revenue withdrawal operation. Currently, it can be one of RevenueWithdrawalStatePending RevenueWithdrawalStateSucceeded RevenueWithdrawalStateFailed.

Definition at line 11577 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 11578 of file Types.h.

Member Data Documentation

◆ value

std::variant<std::shared_ptr<RevenueWithdrawalStatePending>, std::shared_ptr<RevenueWithdrawalStateSucceeded>, std::shared_ptr<RevenueWithdrawalStateFailed> > TgBot::RevenueWithdrawalState::value

Definition at line 11582 of file Types.h.


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