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