Class TdApi.UpdateSecretChat

Enclosing class:
TdApi

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

    • secretChat

      public TdApi.SecretChat secretChat
      New data about the secret chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • 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 - New data about the secret chat.
  • 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