tgbot-cpp
ResponseParameters.h
Go to the documentation of this file.
1
//
2
// Created by Konstantin Kukin on 26/12/16.
3
//
4
5
#ifndef TGBOT_RESPONSEPARAMETERS_H
6
#define TGBOT_RESPONSEPARAMETERS_H
7
8
#include <memory>
9
10
namespace
TgBot
{
11
16
class
ResponseParameters
{
17
public
:
18
typedef
std::shared_ptr<ResponseParameters>
Ptr
;
19
26
int32_t
migrateToChatId
;
27
31
int32_t
retryAfter
;
32
};
33
}
34
35
#endif //TGBOT_RESPONSEPARAMETERS_H
TgBot
Definition:
Api.h:44
TgBot::ResponseParameters::Ptr
std::shared_ptr< ResponseParameters > Ptr
Definition:
ResponseParameters.h:18
TgBot::ResponseParameters::retryAfter
int32_t retryAfter
Definition:
ResponseParameters.h:31
TgBot::ResponseParameters
Definition:
ResponseParameters.h:16
TgBot::ResponseParameters::migrateToChatId
int32_t migrateToChatId
Definition:
ResponseParameters.h:26
include
tgbot
types
ResponseParameters.h
Generated on Mon May 15 2017 00:23:55 for tgbot-cpp by
1.8.13