java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateTermsOfService
- Enclosing class:
- TdApi
New terms of service must be accepted by the user. If the terms of
service are declined, then the deleteAccount method must be called
with the reason "Decline ToS update".
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The new terms of service.Identifier of the terms of service. -
Constructor Summary
ConstructorDescriptionNew terms of service must be accepted by the user.UpdateTermsOfService
(DataInput input) New terms of service must be accepted by the user.UpdateTermsOfService
(String termsOfServiceId, TdApi.TermsOfService termsOfService) New terms of service must be accepted by the user. -
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
-
termsOfServiceId
Identifier of the terms of service. -
termsOfService
The new terms of service. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateTermsOfService
public UpdateTermsOfService()New terms of service must be accepted by the user. If the terms of service are declined, then the deleteAccount method must be called with the reason "Decline ToS update". -
UpdateTermsOfService
New terms of service must be accepted by the user. If the terms of service are declined, then the deleteAccount method must be called with the reason "Decline ToS update".- Parameters:
termsOfServiceId
- Identifier of the terms of service.termsOfService
- The new terms of service.
-
UpdateTermsOfService
New terms of service must be accepted by the user. If the terms of service are declined, then the deleteAccount method must be called with the reason "Decline ToS update".- 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()
-