|
tgbot-cpp
|
Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes. More...
#include <PassportElementErrorFile.h>
Public Types | |
| typedef std::shared_ptr< PassportElementErrorFile > | Ptr |
| Public Types inherited from TgBot::PassportElementError | |
| typedef std::shared_ptr< PassportElementError > | Ptr |
Public Member Functions | |
| PassportElementErrorFile () | |
| Public Member Functions inherited from TgBot::PassportElementError | |
| PassportElementError () | |
| virtual | ~PassportElementError () |
Public Attributes | |
| std::string | fileHash |
| Base64-encoded file hash. | |
| Public Attributes inherited from TgBot::PassportElementError | |
| std::string | source |
| Error source. | |
| std::string | type |
| See description of derived classes. Type of element of the user's Telegram Passport which has the issue. | |
| std::string | message |
| Error message. | |
Static Public Attributes | |
| static const std::string | SOURCE |
Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.
Definition at line 17 of file PassportElementErrorFile.h.
| typedef std::shared_ptr<PassportElementErrorFile> TgBot::PassportElementErrorFile::Ptr |
Definition at line 21 of file PassportElementErrorFile.h.
|
inline |
Definition at line 23 of file PassportElementErrorFile.h.
| std::string TgBot::PassportElementErrorFile::fileHash |
Base64-encoded file hash.
Definition at line 30 of file PassportElementErrorFile.h.
|
static |
Definition at line 19 of file PassportElementErrorFile.h.