java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputPassportElementErrorSource
- Direct Known Subclasses:
TdApi.InputPassportElementErrorSourceDataField
,TdApi.InputPassportElementErrorSourceFile
,TdApi.InputPassportElementErrorSourceFiles
,TdApi.InputPassportElementErrorSourceFrontSide
,TdApi.InputPassportElementErrorSourceReverseSide
,TdApi.InputPassportElementErrorSourceSelfie
,TdApi.InputPassportElementErrorSourceTranslationFile
,TdApi.InputPassportElementErrorSourceTranslationFiles
,TdApi.InputPassportElementErrorSourceUnspecified
- Enclosing class:
- TdApi
public abstract static sealed class TdApi.InputPassportElementErrorSource
extends TdApi.Object
permits TdApi.InputPassportElementErrorSourceUnspecified, TdApi.InputPassportElementErrorSourceDataField, TdApi.InputPassportElementErrorSourceFrontSide, TdApi.InputPassportElementErrorSourceReverseSide, TdApi.InputPassportElementErrorSourceSelfie, TdApi.InputPassportElementErrorSourceTranslationFile, TdApi.InputPassportElementErrorSourceTranslationFiles, TdApi.InputPassportElementErrorSourceFile, TdApi.InputPassportElementErrorSourceFiles
This class is an abstract base class.
Contains the description of an error in a Telegram Passport element;
for bots only.
-
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
getConstructor, serialize, serialize, toString
-
Constructor Details
-
InputPassportElementErrorSource
public InputPassportElementErrorSource()Default class constructor.
-