Module tdlight.api

Class TdApi.UpdateSecretChat

Enclosing class:
TdApi

public static final class TdApi.UpdateSecretChat extends TdApi.Update
Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.
  • Field Details

  • Constructor Details

    • UpdateSecretChat

      public UpdateSecretChat()
      Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.
    • UpdateSecretChat

      public UpdateSecretChat(TdApi.SecretChat secretChat)
      Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.
      Parameters:
      secretChat - SecretChat New data about the secret chat.
    • UpdateSecretChat

      public UpdateSecretChat(DataInput input) throws IOException
      Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.
      Throws:
      IOException
  • Method Details