public static class TdApi.PassportElements 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.
|
| Constructor and Description |
|---|
PassportElements()
Contains information about saved Telegram Passport elements.
|
PassportElements(TdApi.PassportElement[] elements)
Contains information about saved Telegram Passport elements.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PassportElement[] elements
public static final int CONSTRUCTOR
public PassportElements()
public PassportElements(TdApi.PassportElement[] elements)
elements - Telegram Passport elements.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object