Package org.drinkless.tdlib
Class TdApi.UpdateTermsOfService
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.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
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new terms of service.Identifier of the terms of service. -
Constructor Summary
ConstructorsConstructorDescriptionNew 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 TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-