tgbot-cpp
Loading...
Searching...
No Matches
PassportElementErrorSelfie.h
Go to the documentation of this file.
1
#ifndef TGBOT_PASSPORTELEMENTERRORSELFIE_H
2
#define TGBOT_PASSPORTELEMENTERRORSELFIE_H
3
4
#include "
tgbot/types/PassportElementError.h
"
5
6
#include <string>
7
#include <memory>
8
9
namespace
TgBot
{
10
17
class
PassportElementErrorSelfie
:
public
PassportElementError
{
18
public
:
19
static
const
std::string
SOURCE
;
20
21
typedef
std::shared_ptr<PassportElementErrorSelfie>
Ptr
;
22
23
PassportElementErrorSelfie
() {
24
this->
source
=
SOURCE
;
25
}
26
30
std::string
fileHash
;
31
};
32
}
33
34
#endif
//TGBOT_PASSPORTELEMENTERRORSELFIE_H
PassportElementError.h
TgBot::PassportElementError::PassportElementError
PassportElementError()
Definition
PassportElementError.h:20
TgBot::PassportElementError::source
std::string source
Error source.
Definition
PassportElementError.h:27
TgBot::PassportElementErrorSelfie::fileHash
std::string fileHash
Base64-encoded hash of the file with the selfie.
Definition
PassportElementErrorSelfie.h:30
TgBot::PassportElementErrorSelfie::SOURCE
static const std::string SOURCE
Definition
PassportElementErrorSelfie.h:19
TgBot::PassportElementErrorSelfie::PassportElementErrorSelfie
PassportElementErrorSelfie()
Definition
PassportElementErrorSelfie.h:23
TgBot::PassportElementErrorSelfie::Ptr
std::shared_ptr< PassportElementErrorSelfie > Ptr
Definition
PassportElementErrorSelfie.h:21
TgBot
Definition
Api.h:40
include
tgbot
types
PassportElementErrorSelfie.h
Generated on
for tgbot-cpp by
1.14.0