Package it.tdlight.jni
Class TdApi.PassportRequiredElement
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportRequiredElement
- Enclosing class:
- TdApi
public static class TdApi.PassportRequiredElement extends TdApi.Object
Contains a description of the required
Telegram Passport element that was
requested by a service.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.PassportSuitableElement[]
suitableElements
List of Telegram Passport elements any of which is enough to provide. -
Constructor Summary
Constructors Constructor Description PassportRequiredElement()
Contains 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)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-