Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes.
More...
#include <Types.h>
|
| std::string | source { SOURCE } |
| | Error source, must be selfie.
|
| 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 selfie.
|
| std::string | message { } |
| | Error message.
|
Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes.
Definition at line 10570 of file Types.h.
◆ Ptr
◆ fileHash
| std::string TgBot::PassportElementErrorSelfie::fileHash { } |
Base64-encoded hash of the file with the selfie.
Definition at line 10589 of file Types.h.
◆ message
| std::string TgBot::PassportElementErrorSelfie::message { } |
◆ SOURCE
| TGBOT_API const std::string TgBot::PassportElementErrorSelfie::SOURCE |
|
static |
◆ source
| std::string TgBot::PassportElementErrorSelfie::source { SOURCE } |
Error source, must be selfie.
Definition at line 10578 of file Types.h.
◆ type
| std::string TgBot::PassportElementErrorSelfie::type { } |
The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”
Definition at line 10584 of file Types.h.
The documentation for this struct was generated from the following file: