1#ifndef TGBOT_PASSPORTELEMENTERRORSELFIE_H
2#define TGBOT_PASSPORTELEMENTERRORSELFIE_H
21 typedef std::shared_ptr<PassportElementErrorSelfie>
Ptr;
This abstract class is base of all passport element errors.
std::string source
Error source.
Represents an issue with the selfie with a document. The error is considered resolved when the file w...
std::string fileHash
Base64-encoded hash of the file with the selfie.
static const std::string SOURCE
PassportElementErrorSelfie()
std::shared_ptr< PassportElementErrorSelfie > Ptr