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

A text with a bank card number. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextBankCardNumber>

Public Attributes

std::string type { TYPE }
 Type of the rich text, always “bank_card_number”
std::shared_ptr< RichTexttext { }
 The text.
std::string bankCardNumber { }
 The bank card number.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A text with a bank card number.

Definition at line 12489 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12490 of file Types.h.

Member Data Documentation

◆ bankCardNumber

std::string TgBot::RichTextBankCardNumber::bankCardNumber { }

The bank card number.

Definition at line 12507 of file Types.h.

◆ text

std::shared_ptr<RichText> TgBot::RichTextBankCardNumber::text { }

The text.

Definition at line 12502 of file Types.h.

◆ TYPE

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

Definition at line 12492 of file Types.h.

◆ type

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

Type of the rich text, always “bank_card_number”

Definition at line 12497 of file Types.h.


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