|
tgbot-cpp
|
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< RichText > | text { } |
| The text. | |
| std::string | phoneNumber { } |
| The phone number. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::RichTextPhoneNumber::Ptr = std::shared_ptr<RichTextPhoneNumber> |
| std::string TgBot::RichTextPhoneNumber::phoneNumber { } |
| std::shared_ptr<RichText> TgBot::RichTextPhoneNumber::text { } |
|
static |
| std::string TgBot::RichTextPhoneNumber::type { TYPE } |