Package it.tdlight.jni
Class TdApi.UpdateTermsOfService
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateTermsOfService
- Enclosing class:
- TdApi
public static class TdApi.UpdateTermsOfService extends TdApi.Update
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
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.TermsOfService
termsOfService
The new terms of service.String
termsOfServiceId
Identifier of the terms of service. -
Constructor Summary
Constructors Constructor Description UpdateTermsOfService()
New terms of service must be accepted by the user.UpdateTermsOfService(DataInput input)
UpdateTermsOfService(String termsOfServiceId, TdApi.TermsOfService termsOfService)
New terms of service must be accepted by the user. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-