|
tgbot-cpp
|
Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PassportElementErrorFrontSide> |
Public Attributes | |
| std::string | source { SOURCE } |
| Error source, must be front_side. | |
| std::string | type { } |
| The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport” | |
| std::string | fileHash { } |
| Base64-encoded hash of the file with the front side of the document. | |
| std::string | message { } |
| Error message. | |
Static Public Attributes | |
| static TGBOT_API const std::string | SOURCE |
Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes.
| using TgBot::PassportElementErrorFrontSide::Ptr = std::shared_ptr<PassportElementErrorFrontSide> |
| std::string TgBot::PassportElementErrorFrontSide::fileHash { } |
| std::string TgBot::PassportElementErrorFrontSide::message { } |
|
static |
| std::string TgBot::PassportElementErrorFrontSide::source { SOURCE } |
| std::string TgBot::PassportElementErrorFrontSide::type { } |