haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.PassportElementErrorSource

Synopsis

Documentation

data PassportElementErrorSource Source #

Contains the description of an error in a Telegram Passport element

Constructors

PassportElementErrorSourceUnspecified

The element contains an error in an unspecified place. The error will be considered resolved when new data is added

PassportElementErrorSourceDataField

One of the data fields contains an error. The error will be considered resolved when the value of the field changes

Fields

PassportElementErrorSourceFrontSide

The front side of the document contains an error. The error will be considered resolved when the file with the front side changes

PassportElementErrorSourceReverseSide

The reverse side of the document contains an error. The error will be considered resolved when the file with the reverse side changes

PassportElementErrorSourceSelfie

The selfie with the document contains an error. The error will be considered resolved when the file with the selfie changes

PassportElementErrorSourceTranslationFile

One of files with the translation of the document contains an error. The error will be considered resolved when the file changes

Fields

PassportElementErrorSourceTranslationFiles

The translation of the document contains an error. The error will be considered resolved when the list of translation files changes

PassportElementErrorSourceFile

The file contains an error. The error will be considered resolved when the file changes

Fields

PassportElementErrorSourceFiles

The list of attached files contains an error. The error will be considered resolved when the list of files changes