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
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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.TermsOfServicetermsOfServiceThe new terms of service.StringtermsOfServiceIdIdentifier of the terms of service.
-
Constructor Summary
Constructors Constructor Description UpdateTermsOfService()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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
termsOfServiceId
public String termsOfServiceId
Identifier of the terms of service.
-
termsOfService
public TdApi.TermsOfService termsOfService
The new terms of service.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public UpdateTermsOfService(String termsOfServiceId, TdApi.TermsOfService termsOfService)
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-