Package it.tdlight.jni
Class TdApi.InputPassportElementUtilityBill
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputPassportElement
it.tdlight.jni.TdApi.InputPassportElementUtilityBill
- Enclosing class:
- TdApi
public static class TdApi.InputPassportElementUtilityBill extends TdApi.InputPassportElement
A Telegram Passport element to be
saved containing the user's utility bill.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.InputPersonalDocument
utilityBill
The utility bill to be saved. -
Constructor Summary
Constructors Constructor Description InputPassportElementUtilityBill()
A Telegram Passport element to be saved containing the user's utility bill.InputPassportElementUtilityBill(TdApi.InputPersonalDocument utilityBill)
A Telegram Passport element to be saved containing the user's utility bill.InputPassportElementUtilityBill(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
utilityBill
The utility bill to be saved. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
InputPassportElementUtilityBill
public InputPassportElementUtilityBill()A Telegram Passport element to be saved containing the user's utility bill. -
InputPassportElementUtilityBill
A Telegram Passport element to be saved containing the user's utility bill.- Parameters:
utilityBill
- InputPersonalDocument The utility bill to be saved.
-
InputPassportElementUtilityBill
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-