java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElementsWithErrors
- Enclosing class:
- TdApi
Contains information about a Telegram
Passport elements and corresponding errors.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Telegram Passport elements.Errors in the elements that are already available. -
Constructor Summary
ConstructorDescriptionContains 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.Contains information about a Telegram Passport elements and corresponding errors. -
Method Summary
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:
-
-
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
Contains information about a Telegram Passport elements and corresponding errors.- 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()
-