tgbot-cpp
Loading...
Searching...
No Matches
TgBot::PassportElementErrorUnspecified Class Reference

Represents an issue in an unspecified place. The error is considered resolved when new data is added. More...

#include <PassportElementErrorUnspecified.h>

Inheritance diagram for TgBot::PassportElementErrorUnspecified:
TgBot::PassportElementError

Public Types

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

Public Member Functions

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

Public Attributes

std::string elementHash
 Base64-encoded element hash.
 
- 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 in an unspecified place. The error is considered resolved when new data is added.

Definition at line 17 of file PassportElementErrorUnspecified.h.

Member Typedef Documentation

◆ Ptr

Constructor & Destructor Documentation

◆ PassportElementErrorUnspecified()

TgBot::PassportElementErrorUnspecified::PassportElementErrorUnspecified ( )
inline

Definition at line 23 of file PassportElementErrorUnspecified.h.

Member Data Documentation

◆ elementHash

std::string TgBot::PassportElementErrorUnspecified::elementHash

Base64-encoded element hash.

Definition at line 30 of file PassportElementErrorUnspecified.h.

◆ SOURCE

const std::string TgBot::PassportElementErrorUnspecified::SOURCE
static

Definition at line 19 of file PassportElementErrorUnspecified.h.


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