java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.EmailAddressResetState
it.tdlight.jni.TdApi.EmailAddressResetStatePending
- Enclosing class:
- TdApi
Email address reset has already been requested. Call
resetAuthenticationEmailAddress to check whether immediate reset is
possible.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Left time before the email address will be reset, in seconds. -
Constructor Summary
ConstructorDescriptionEmail address reset has already been requested.EmailAddressResetStatePending
(int resetIn) Email address reset has already been requested.Email address reset has already been requested. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
resetIn
public int resetInLeft time before the email address will be reset, in seconds. updateAuthorizationState is not sent when this field changes. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
EmailAddressResetStatePending
public EmailAddressResetStatePending()Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible. -
EmailAddressResetStatePending
public EmailAddressResetStatePending(int resetIn) Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.- Parameters:
resetIn
- Left time before the email address will be reset, in seconds. updateAuthorizationState is not sent when this field changes.
-
EmailAddressResetStatePending
Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-