public static class TdApi.InputPassportElementBankStatement extends TdApi.InputPassportElement
TdApi.InputPassportElement.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.InputPersonalDocument |
bankStatement
The bank statement to be saved.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
InputPassportElementBankStatement()
A Telegram Passport element to be saved containing the user's bank statement.
|
InputPassportElementBankStatement(TdApi.InputPersonalDocument bankStatement)
A Telegram Passport element to be saved containing the user's bank statement.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputPersonalDocument bankStatement
public static final int CONSTRUCTOR
public InputPassportElementBankStatement()
public InputPassportElementBankStatement(TdApi.InputPersonalDocument bankStatement)
bankStatement
- The bank statement to be saved.public int getConstructor()
getConstructor
in class TdApi.InputPassportElement