public static class TdApi.PassportElementUtilityBill extends TdApi.PassportElement
TdApi.PassportElement.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PersonalDocument |
utilityBill
Utility bill.
|
Constructor and Description |
---|
PassportElementUtilityBill()
A Telegram Passport element containing the user's utility bill.
|
PassportElementUtilityBill(TdApi.PersonalDocument utilityBill)
A Telegram Passport element containing the user's utility bill.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.PersonalDocument utilityBill
public static final int CONSTRUCTOR
public PassportElementUtilityBill()
public PassportElementUtilityBill(TdApi.PersonalDocument utilityBill)
utilityBill
- Utility bill.public int getConstructor()
getConstructor
in class TdApi.PassportElement