haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.InputPassportElementErrorSource

Synopsis

Documentation

data InputPassportElementErrorSource Source #

Contains the description of an error in a Telegram Passport element; for bots only

Constructors

InputPassportElementErrorSourceUnspecified

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

Fields

InputPassportElementErrorSourceDataField

A data field contains an error. The error is considered resolved when the field's value changes

Fields

InputPassportElementErrorSourceFrontSide

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

Fields

InputPassportElementErrorSourceReverseSide

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

Fields

InputPassportElementErrorSourceSelfie

The selfie contains an error. The error is considered resolved when the file with the selfie changes

Fields

InputPassportElementErrorSourceTranslationFile

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

Fields

InputPassportElementErrorSourceTranslationFiles

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

Fields

InputPassportElementErrorSourceFile

The file contains an error. The error is considered resolved when the file changes

Fields

InputPassportElementErrorSourceFiles

The list of attached files contains an error. The error is considered resolved when the file list changes

Fields