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

A text with a phone number. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextPhoneNumber>

Public Attributes

std::string type { TYPE }
 Type of the rich text, always “phone_number”
std::shared_ptr< RichTexttext { }
 The text.
std::string phoneNumber { }
 The phone number.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A text with a phone number.

Definition at line 12835 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12836 of file Types.h.

Member Data Documentation

◆ phoneNumber

std::string TgBot::RichTextPhoneNumber::phoneNumber { }

The phone number.

Definition at line 12853 of file Types.h.

◆ text

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

The text.

Definition at line 12848 of file Types.h.

◆ TYPE

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

Definition at line 12838 of file Types.h.

◆ type

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

Type of the rich text, always “phone_number”

Definition at line 12843 of file Types.h.


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