tgbot-cpp
Loading...
Searching...
No Matches
TgBot::PassportElementErrorFiles Class 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 <PassportElementErrorFiles.h>

Inheritance diagram for TgBot::PassportElementErrorFiles:
TgBot::PassportElementError

Public Types

typedef std::shared_ptr< PassportElementErrorFilesPtr
 
- Public Types inherited from TgBot::PassportElementError
typedef std::shared_ptr< PassportElementErrorPtr
 

Public Member Functions

 PassportElementErrorFiles ()
 
- Public Member Functions inherited from TgBot::PassportElementError
 PassportElementError ()
 
virtual ~PassportElementError ()
 

Public Attributes

std::vector< std::string > fileHashes
 List of base64-encoded file hashes.
 
- Public Attributes inherited from TgBot::PassportElementError
std::string source
 Error source.
 
std::string type
 See description of derived classes. Type of element of the user's Telegram Passport which has the issue.
 
std::string message
 Error message.
 

Static Public Attributes

static 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 18 of file PassportElementErrorFiles.h.

Member Typedef Documentation

◆ Ptr

Constructor & Destructor Documentation

◆ PassportElementErrorFiles()

TgBot::PassportElementErrorFiles::PassportElementErrorFiles ( )
inline

Definition at line 24 of file PassportElementErrorFiles.h.

Member Data Documentation

◆ fileHashes

std::vector<std::string> TgBot::PassportElementErrorFiles::fileHashes

List of base64-encoded file hashes.

Definition at line 31 of file PassportElementErrorFiles.h.

◆ SOURCE

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

Definition at line 20 of file PassportElementErrorFiles.h.


The documentation for this class was generated from the following file: