Package org.drinkless.tdlib
Class TdApi.PassportSuitableElement
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PassportSuitableElement
- Enclosing class:
- TdApi
Contains information about a Telegram Passport element that was requested by a service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, if personal details must include the user's name in the language of their country of residence.booleanTrue, if a selfie is required with the identity document.booleanTrue, if a certified English translation is required with the document.Type of the element. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about a Telegram Passport element that was requested by a service.PassportSuitableElement(TdApi.PassportElementType type, boolean isSelfieRequired, boolean isTranslationRequired, boolean isNativeNameRequired) Contains information about a Telegram Passport element that was requested by a service. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
type
Type of the element. -
isSelfieRequired
public boolean isSelfieRequiredTrue, if a selfie is required with the identity document. -
isTranslationRequired
public boolean isTranslationRequiredTrue, if a certified English translation is required with the document. -
isNativeNameRequired
public boolean isNativeNameRequiredTrue, if personal details must include the user's name in the language of their country of residence. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PassportSuitableElement
public PassportSuitableElement()Contains information about a Telegram Passport element that was requested by a service. -
PassportSuitableElement
public PassportSuitableElement(TdApi.PassportElementType type, boolean isSelfieRequired, boolean isTranslationRequired, boolean isNativeNameRequired) Contains information about a Telegram Passport element that was requested by a service.- Parameters:
type- Type of the element.isSelfieRequired- True, if a selfie is required with the identity document.isTranslationRequired- True, if a certified English translation is required with the document.isNativeNameRequired- True, if personal details must include the user's name in the language of their country of residence.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-