tgbot-cpp
Loading...
Searching...
No Matches
TgBot::PassportElementErrorFiles Struct Reference

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>

Public Types

using Ptr = std::shared_ptr<PassportElementErrorFiles>

Public Attributes

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.

Static Public Attributes

static TGBOT_API const std::string SOURCE

Detailed Description

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.

Member Typedef Documentation

◆ Ptr

Definition at line 10466 of file Types.h.

Member Data Documentation

◆ 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 { }

Error message.

Definition at line 10489 of file Types.h.

◆ SOURCE

TGBOT_API const std::string TgBot::PassportElementErrorFiles::SOURCE
static

Definition at line 10468 of file Types.h.

◆ 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: