java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.EmailAddressAuthenticationCodeInfo>
it.tdlight.jni.TdApi.SetLoginEmailAddress
- Enclosing class:
- TdApi
public static final class TdApi.SetLoginEmailAddress
extends TdApi.Function<TdApi.EmailAddressAuthenticationCodeInfo>
Changes the login email address of
the user. The change will not be
applied until the new login email
address is confirmed with
`checkLoginEmailAddressCode`. To use
Apple ID/Google ID instead of a email
address, call `checkLoginEmailAddressCode` directly.
Returns
EmailAddressAuthenticationCodeInfo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
New login email address. -
Constructor Summary
ConstructorDescriptionChanges the login email address of the user.SetLoginEmailAddress
(DataInput input) Changes the login email address of the user.SetLoginEmailAddress
(String newLoginEmailAddress) Changes the login email address of the user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
newLoginEmailAddress
New login email address. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetLoginEmailAddress
public SetLoginEmailAddress()Changes the login email address of the user. The change will not be applied until the new login email address is confirmed with `checkLoginEmailAddressCode`. To use Apple ID/Google ID instead of a email address, call `checkLoginEmailAddressCode` directly. ReturnsEmailAddressAuthenticationCodeInfo
-
SetLoginEmailAddress
Changes the login email address of the user. The change will not be applied until the new login email address is confirmed with `checkLoginEmailAddressCode`. To use Apple ID/Google ID instead of a email address, call `checkLoginEmailAddressCode` directly. ReturnsEmailAddressAuthenticationCodeInfo
- Parameters:
newLoginEmailAddress
- String New login email address.
-
SetLoginEmailAddress
Changes the login email address of the user. The change will not be applied until the new login email address is confirmed with `checkLoginEmailAddressCode`. To use Apple ID/Google ID instead of a email address, call `checkLoginEmailAddressCode` directly. ReturnsEmailAddressAuthenticationCodeInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-