tgbot-cpp
InputContactMessageContent.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 26/12/16.
3
//
4
5
#ifndef TGBOT_INPUTCONTACTMESSAGECONTENT_H
6
#define TGBOT_INPUTCONTACTMESSAGECONTENT_H
7
8
#include <memory>
9
#include <string>
10
11
namespace
TgBot
{
12
17
class
InputContactMessageContent
:
public
InputMessageContent
{
18
public
:
19
typedef
std::shared_ptr<InputContactMessageContent>
Ptr
;
20
21
InputContactMessageContent
() :
22
InputMessageContent
(
"InputContactMessageContent"
)
23
{}
24
28
std::string
phoneNumber
;
29
33
std::string
firstName
;
34
38
std::string
lastName
;
39
40
virtual
~InputContactMessageContent
() { }
41
};
42
}
43
44
#endif //TGBOT_INPUTCONTACTMESSAGECONTENT_H
TgBot
Definition:
Api.h:44
TgBot::InputMessageContent
Definition:
InputMessageContent.h:16
TgBot::InputContactMessageContent::~InputContactMessageContent
virtual ~InputContactMessageContent()
Definition:
InputContactMessageContent.h:40
TgBot::InputContactMessageContent::firstName
std::string firstName
Definition:
InputContactMessageContent.h:33
TgBot::InputContactMessageContent::Ptr
std::shared_ptr< InputContactMessageContent > Ptr
Definition:
InputContactMessageContent.h:19
TgBot::InputContactMessageContent::lastName
std::string lastName
Definition:
InputContactMessageContent.h:38
TgBot::InputContactMessageContent::InputContactMessageContent
InputContactMessageContent()
Definition:
InputContactMessageContent.h:21
TgBot::InputContactMessageContent::phoneNumber
std::string phoneNumber
Definition:
InputContactMessageContent.h:28
TgBot::InputContactMessageContent
Definition:
InputContactMessageContent.h:17
include
tgbot
types
InputContactMessageContent.h
Generated on Sun Jan 15 2017 02:46:16 for tgbot-cpp by
1.8.13