public static class TdApi.DeletePassportElement extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PassportElementType |
type
Element type.
|
Constructor and Description |
---|
DeletePassportElement()
Default constructor for a function, which deletes a Telegram Passport element.
|
DeletePassportElement(TdApi.PassportElementType type)
Creates a function, which deletes a Telegram Passport element.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.PassportElementType type
public static final int CONSTRUCTOR
public DeletePassportElement()
Returns Ok
public DeletePassportElement(TdApi.PassportElementType type)
Returns Ok
type
- Element type.public int getConstructor()
getConstructor
in class TdApi.Function