public static class TdApi.PassportRequiredElement extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PassportSuitableElement[] |
suitableElements
List of Telegram Passport elements any of which is enough to provide.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PassportSuitableElement[] suitableElements
public static final int CONSTRUCTOR
public PassportRequiredElement()
public PassportRequiredElement(TdApi.PassportSuitableElement[] suitableElements)
suitableElements - List of Telegram Passport elements any of which is enough to provide.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object