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

Describes a transaction with payment for paid broadcasting. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<TransactionPartnerTelegramApi>

Public Attributes

std::string type { TYPE }
 Type of the transaction partner, always “telegram_api”
std::int32_t requestCount { }
 The number of successful requests that exceeded regular limits and were therefore billed.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

Describes a transaction with payment for paid broadcasting.

Definition at line 14226 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 14227 of file Types.h.

Member Data Documentation

◆ requestCount

std::int32_t TgBot::TransactionPartnerTelegramApi::requestCount { }

The number of successful requests that exceeded regular limits and were therefore billed.

Definition at line 14239 of file Types.h.

◆ TYPE

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

Definition at line 14229 of file Types.h.

◆ type

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

Type of the transaction partner, always “telegram_api”

Definition at line 14234 of file Types.h.


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