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
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
Methods 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 CONSTRUCTOR- 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
- String Identifier of the terms of service.termsOfService
- 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".- 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()
-