Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.
More...
#include <Types.h>
|
| std::string | source { SOURCE } |
| | Error source, must be files.
|
| std::string | type { } |
| | The section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
|
| std::vector< std::string > | fileHashes { } |
| | List of base64-encoded file hashes.
|
| std::string | message { } |
| | Error message.
|
Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.
Definition at line 10465 of file Types.h.
◆ Ptr
◆ fileHashes
| std::vector<std::string> TgBot::PassportElementErrorFiles::fileHashes { } |
List of base64-encoded file hashes.
Definition at line 10484 of file Types.h.
◆ message
| std::string TgBot::PassportElementErrorFiles::message { } |
◆ SOURCE
| TGBOT_API const std::string TgBot::PassportElementErrorFiles::SOURCE |
|
static |
◆ source
| std::string TgBot::PassportElementErrorFiles::source { SOURCE } |
Error source, must be files.
Definition at line 10473 of file Types.h.
◆ type
| std::string TgBot::PassportElementErrorFiles::type { } |
The section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
Definition at line 10479 of file Types.h.
The documentation for this struct was generated from the following file: