Module tdlight.api

Class TdApi.UpdateAccessHash

Enclosing class:
TdApi

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

  • Constructor Details

    • UpdateAccessHash

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

      public UpdateAccessHash(TdApi.AccessHash accessHash)
      Some data of a user or a chat has changed. This update is guaranteed to come before the user or chat identifier is returned to the application.
      Parameters:
      accessHash - AccessHash Access hash.
    • UpdateAccessHash

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