Package it.tdlight.jni
Class TdApi.PassportElementsWithErrors
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElementsWithErrors
- Enclosing class:
- TdApi
public static class TdApi.PassportElementsWithErrors extends TdApi.Object
Contains information about a Telegram
Passport elements and corresponding errors.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.PassportElement[]
elements
Telegram Passport elements.TdApi.PassportElementError[]
errors
Errors in the elements that are already available. -
Constructor Summary
Constructors Constructor Description PassportElementsWithErrors()
Contains information about a Telegram Passport elements and corresponding errors.PassportElementsWithErrors(TdApi.PassportElement[] elements, TdApi.PassportElementError[] errors)
Contains information about a Telegram Passport elements and corresponding errors.PassportElementsWithErrors(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
-
elements
Telegram Passport elements. -
errors
Errors in the elements that are already available. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PassportElementsWithErrors
public PassportElementsWithErrors()Contains information about a Telegram Passport elements and corresponding errors. -
PassportElementsWithErrors
public PassportElementsWithErrors(TdApi.PassportElement[] elements, TdApi.PassportElementError[] errors)Contains information about a Telegram Passport elements and corresponding errors.- Parameters:
elements
- PassportElement[] Telegram Passport elements.errors
- PassportElementError[] Errors in the elements that are already available.
-
PassportElementsWithErrors
- 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()
-