tgbot-cpp
InputLocationMessageContent.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 26/12/16.
3
//
4
5
#ifndef TGBOT_INPUTLOCATIONMESSAGECONTENT_H
6
#define TGBOT_INPUTLOCATIONMESSAGECONTENT_H
7
8
#include <memory>
9
10
namespace
TgBot
{
11
16
class
InputLocationMessageContent
:
public
InputMessageContent
{
17
public
:
18
typedef
std::shared_ptr<InputLocationMessageContent>
Ptr
;
19
20
InputLocationMessageContent
() :
21
InputMessageContent
(
"InputLocationMessageContent"
)
22
{}
23
27
float
latitude
;
28
32
float
longitude
;
33
34
virtual
~InputLocationMessageContent
() { }
35
};
36
}
37
38
#endif //TGBOT_INPUTLOCATIONMESSAGECONTENT_H
TgBot::InputLocationMessageContent::Ptr
std::shared_ptr< InputLocationMessageContent > Ptr
Definition:
InputLocationMessageContent.h:18
TgBot
Definition:
Api.h:44
TgBot::InputMessageContent
Definition:
InputMessageContent.h:16
TgBot::InputLocationMessageContent::longitude
float longitude
Definition:
InputLocationMessageContent.h:32
TgBot::InputLocationMessageContent::~InputLocationMessageContent
virtual ~InputLocationMessageContent()
Definition:
InputLocationMessageContent.h:34
TgBot::InputLocationMessageContent::latitude
float latitude
Definition:
InputLocationMessageContent.h:27
TgBot::InputLocationMessageContent
Definition:
InputLocationMessageContent.h:16
TgBot::InputLocationMessageContent::InputLocationMessageContent
InputLocationMessageContent()
Definition:
InputLocationMessageContent.h:20
include
tgbot
types
InputLocationMessageContent.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13