public static class TdApi.PassportElementsWithErrors extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PassportElement[] |
elements
Telegram Passport elements.
|
TdApi.PassportElementError[] |
errors
Errors in the elements that are already available.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.PassportElement[] elements
public TdApi.PassportElementError[] errors
public static final int CONSTRUCTOR
public PassportElementsWithErrors()
public PassportElementsWithErrors(TdApi.PassportElement[] elements, TdApi.PassportElementError[] errors)
elements
- Telegram Passport elements.errors
- Errors in the elements that are already available.public int getConstructor()
getConstructor
in class TdApi.Object