tgbotxx  1.1.6.9
Telegram Bot C++ Library
tgbotxx::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. https://core.telegram.org/bots/api#passportelementerrorfiles. More...

#include <PassportElementError.hpp>

Inheritance diagram for tgbotxx::PassportElementErrorFiles:
tgbotxx::PassportElementError

Public Member Functions

 PassportElementErrorFiles ()
 
 PassportElementErrorFiles (const nl::json &json)
 
nl::json toJson () const override
 Serializes this object to JSON. More...
 
void fromJson (const nl::json &json) override
 Deserializes this object from JSON. More...
 
- Public Member Functions inherited from tgbotxx::PassportElementError
 PassportElementError ()=default
 
 PassportElementError (const nl::json &json)
 

Public Attributes

std::vector< std::string > fileHashes
 List of base64-encoded file hashes. More...
 
std::string message
 Error message. More...
 
- Public Attributes inherited from tgbotxx::PassportElementError
std::string source
 Error source. More...
 
std::string type
 The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport” More...
 

Detailed Description

Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes. https://core.telegram.org/bots/api#passportelementerrorfiles.

Definition at line 215 of file PassportElementError.hpp.

Constructor & Destructor Documentation

◆ PassportElementErrorFiles() [1/2]

tgbotxx::PassportElementErrorFiles::PassportElementErrorFiles ( )
inline

Definition at line 216 of file PassportElementError.hpp.

◆ PassportElementErrorFiles() [2/2]

tgbotxx::PassportElementErrorFiles::PassportElementErrorFiles ( const nl::json &  json)
inlineexplicit

Definition at line 219 of file PassportElementError.hpp.

Member Function Documentation

◆ fromJson()

void tgbotxx::PassportElementErrorFiles::fromJson ( const nl::json &  json)
inlineoverridevirtual

Deserializes this object from JSON.

Reimplemented from tgbotxx::PassportElementError.

Definition at line 236 of file PassportElementError.hpp.

◆ toJson()

nl::json tgbotxx::PassportElementErrorFiles::toJson ( ) const
inlineoverridevirtual

Serializes this object to JSON.

Returns
JSON representation of this object

Reimplemented from tgbotxx::PassportElementError.

Definition at line 230 of file PassportElementError.hpp.

Member Data Documentation

◆ fileHashes

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

List of base64-encoded file hashes.

Definition at line 225 of file PassportElementError.hpp.

◆ message

std::string tgbotxx::PassportElementErrorFiles::message

Error message.

Definition at line 228 of file PassportElementError.hpp.


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