public static class TdApi.InputPassportElementRentalAgreement extends TdApi.InputPassportElement
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputPersonalDocument |
rentalAgreement
The rental agreement to be saved.
|
| Constructor and Description |
|---|
InputPassportElementRentalAgreement()
A Telegram Passport element to be saved containing the user's rental agreement.
|
InputPassportElementRentalAgreement(TdApi.InputPersonalDocument rentalAgreement)
A Telegram Passport element to be saved containing the user's rental agreement.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputPersonalDocument rentalAgreement
public static final int CONSTRUCTOR
public InputPassportElementRentalAgreement()
public InputPassportElementRentalAgreement(TdApi.InputPersonalDocument rentalAgreement)
rentalAgreement - The rental agreement to be saved.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object