Package org.drinkless.tdlib
Class TdApi.InputPassportElementBankStatement
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputPassportElement
-
- org.drinkless.tdlib.TdApi.InputPassportElementBankStatement
-
- Enclosing class:
- TdApi
public static class TdApi.InputPassportElementBankStatement extends TdApi.InputPassportElement
A Telegram Passport element to be saved containing the user's bank statement.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.InputPersonalDocumentbankStatementThe bank statement to be saved.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
bankStatement
public TdApi.InputPersonalDocument bankStatement
The bank statement to be saved.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputPassportElementBankStatement
public InputPassportElementBankStatement()
A Telegram Passport element to be saved containing the user's bank statement.
-
InputPassportElementBankStatement
public InputPassportElementBankStatement(TdApi.InputPersonalDocument bankStatement)
A Telegram Passport element to be saved containing the user's bank statement.- Parameters:
bankStatement- The bank statement to be saved.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-