Package org.drinkless.tdlib
Class TdApi.PassportElementPassport
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PassportElement
-
- org.drinkless.tdlib.TdApi.PassportElementPassport
-
- Enclosing class:
- TdApi
public static class TdApi.PassportElementPassport extends TdApi.PassportElement
A Telegram Passport element containing the user's passport.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.IdentityDocumentpassportPassport.
-
Constructor Summary
Constructors Constructor Description PassportElementPassport()A Telegram Passport element containing the user's passport.PassportElementPassport(TdApi.IdentityDocument passport)A Telegram Passport element containing the user's passport.
-
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
-
passport
public TdApi.IdentityDocument passport
Passport.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PassportElementPassport
public PassportElementPassport()
A Telegram Passport element containing the user's passport.
-
PassportElementPassport
public PassportElementPassport(TdApi.IdentityDocument passport)
A Telegram Passport element containing the user's passport.- Parameters:
passport- Passport.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-