Module tdlight.api

Class TdApi.UpdateTermsOfService

Enclosing class:
TdApi

public static final 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 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
      Identifier 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

      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.
    • UpdateTermsOfService

      public UpdateTermsOfService(DataInput input) throws IOException
      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:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object