public static class TdApi.PassportElementUtilityBill extends TdApi.PassportElement
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PersonalDocument utilityBill
public static final int CONSTRUCTOR
public PassportElementUtilityBill()
public PassportElementUtilityBill(TdApi.PersonalDocument utilityBill)
utilityBill - Utility bill.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object