java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportRequiredElement
- Enclosing class:
- TdApi
Contains a description of the required
Telegram Passport element that was
requested by a service.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of Telegram Passport elements any of which is enough to provide. -
Constructor Summary
ConstructorDescriptionContains a description of the required Telegram Passport element that was requested by a service.PassportRequiredElement
(TdApi.PassportSuitableElement[] suitableElements) Contains a description of the required Telegram Passport element that was requested by a service.PassportRequiredElement
(DataInput input) Contains a description of the required Telegram Passport element that was requested by a service. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
suitableElements
List of Telegram Passport elements any of which is enough to provide. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PassportRequiredElement
public PassportRequiredElement()Contains a description of the required Telegram Passport element that was requested by a service. -
PassportRequiredElement
Contains a description of the required Telegram Passport element that was requested by a service.- Parameters:
suitableElements
- PassportSuitableElement[] List of Telegram Passport elements any of which is enough to provide.
-
PassportRequiredElement
Contains a description of the required Telegram Passport element that was requested by a service.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-