Module tdlight.api

Class TdApi.AccessHash

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AccessHash
Enclosing class:
TdApi

public static final class TdApi.AccessHash extends TdApi.Object
Access hash.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • type

      public TdApi.AccessHashType type
      Access hash type.
    • accessHash

      public long accessHash
      Access hash.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • AccessHash

      public AccessHash()
      Access hash.
    • AccessHash

      public AccessHash(long chatId, TdApi.AccessHashType type, long accessHash)
      Access hash.
      Parameters:
      chatId - long Chat identifier.
      type - AccessHashType Access hash type.
      accessHash - long Access hash.
    • AccessHash

      public AccessHash(DataInput input) throws IOException
      Access hash.
      Throws:
      IOException
  • Method Details