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