|
tgbot-cpp
|
Represents the content of a contact message to be sent as the result of an inline query. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputContactMessageContent> |
Public Attributes | |
| std::string | phoneNumber { } |
| Contact's phone number. | |
| std::string | firstName { } |
| Contact's first name. | |
| std::optional< std::string > | lastName { } |
| Optional. Contact's last name. | |
| std::optional< std::string > | vcard { } |
| Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes. | |
Represents the content of a contact message to be sent as the result of an inline query.
| using TgBot::InputContactMessageContent::Ptr = std::shared_ptr<InputContactMessageContent> |
| std::string TgBot::InputContactMessageContent::firstName { } |
| std::optional<std::string> TgBot::InputContactMessageContent::lastName { } |
| std::string TgBot::InputContactMessageContent::phoneNumber { } |
| std::optional<std::string> TgBot::InputContactMessageContent::vcard { } |