* @method string getSource() Error source, must be data
23
* @method string getType() The section of the user's Telegram Passport which has the error, one of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address”
24
* @method string getFieldName() Name of the data field which has the error
25
* @method string getDataHash() Base64-encoded data hash
26
* @method string getMessage() Error message
27
*/
28
class PassportElementErrorDataField extends Entity implements PassportElementError