Class 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 should be called with the reason "Decline ToS update".
  • Field Details

    • 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
      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 should 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 should 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

      public UpdateTermsOfService​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details