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

A text with an email address. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<RichTextEmailAddress>

Public Attributes

std::string type { TYPE }
 Type of the rich text, always “email_address”
std::shared_ptr< RichTexttext { }
 The text.
std::string emailAddress { }
 The email address.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

A text with an email address.

Definition at line 12682 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 12683 of file Types.h.

Member Data Documentation

◆ emailAddress

std::string TgBot::RichTextEmailAddress::emailAddress { }

The email address.

Definition at line 12700 of file Types.h.

◆ text

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

The text.

Definition at line 12695 of file Types.h.

◆ TYPE

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

Definition at line 12685 of file Types.h.

◆ type

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

Type of the rich text, always “email_address”

Definition at line 12690 of file Types.h.


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