diff --git a/allclasses-index.html b/allclasses-index.html index 20ebd8243ef..40046505e0d 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -3,7 +3,7 @@ -All Classes (tdlight API 3.3.70 API) +All Classes (tdlight API 3.3.71 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.AccessHash

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.AccessHash
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static 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:
      +
      Constant Field Values
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    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
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.AccessHashType.html b/it/tdlight/jni/TdApi.AccessHashType.html new file mode 100644 index 00000000000..d2b6013b61d --- /dev/null +++ b/it/tdlight/jni/TdApi.AccessHashType.html @@ -0,0 +1,199 @@ + + + + + +TdApi.AccessHashType (tdlight API 3.3.71 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.AccessHashType

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.AccessHashType
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.AccessHashTypeChannel, TdApi.AccessHashTypeUser
+
+
+
Enclosing class:
+
TdApi
+
+
+
public abstract static class TdApi.AccessHashType
+extends TdApi.Object
+
This class is an abstract base class.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AccessHashType

      +
      public AccessHashType()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.AccessHashTypeChannel.html b/it/tdlight/jni/TdApi.AccessHashTypeChannel.html new file mode 100644 index 00000000000..1b84080682e --- /dev/null +++ b/it/tdlight/jni/TdApi.AccessHashTypeChannel.html @@ -0,0 +1,354 @@ + + + + + +TdApi.AccessHashTypeChannel (tdlight API 3.3.71 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.AccessHashTypeChannel

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.AccessHashType +
it.tdlight.jni.TdApi.AccessHashTypeChannel
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.AccessHashTypeChannel
+extends TdApi.AccessHashType
+
An access hash of a channel.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AccessHashTypeChannel

      +
      public AccessHashTypeChannel()
      +
      An access hash of a channel.
      +
      +
    • +
    • +
      +

      AccessHashTypeChannel

      +
      public AccessHashTypeChannel​(DataInput input) + throws IOException
      +
      An access hash of a channel.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.AccessHashTypeUser.html b/it/tdlight/jni/TdApi.AccessHashTypeUser.html new file mode 100644 index 00000000000..23fbae987a6 --- /dev/null +++ b/it/tdlight/jni/TdApi.AccessHashTypeUser.html @@ -0,0 +1,354 @@ + + + + + +TdApi.AccessHashTypeUser (tdlight API 3.3.71 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.AccessHashTypeUser

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static class TdApi.AccessHashTypeUser
+extends TdApi.AccessHashType
+
An access hash of an user.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AccessHashTypeUser

      +
      public AccessHashTypeUser()
      +
      An access hash of an user.
      +
      +
    • +
    • +
      +

      AccessHashTypeUser

      +
      public AccessHashTypeUser​(DataInput input) + throws IOException
      +
      An access hash of an user.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.AccountTtl.html b/it/tdlight/jni/TdApi.AccountTtl.html index 41b04b285ec..4736ff5a8fe 100644 --- a/it/tdlight/jni/TdApi.AccountTtl.html +++ b/it/tdlight/jni/TdApi.AccountTtl.html @@ -3,7 +3,7 @@ -TdApi.AccountTtl (tdlight API 3.3.70 API) +TdApi.AccountTtl (tdlight API 3.3.71 API) + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class TdApi.UpdateAccessHash

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Update +
it.tdlight.jni.TdApi.UpdateAccessHash
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static 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
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/it/tdlight/jni/TdApi.UpdateActiveNotifications.html b/it/tdlight/jni/TdApi.UpdateActiveNotifications.html index 3485f3f074d..d92d03c22c8 100644 --- a/it/tdlight/jni/TdApi.UpdateActiveNotifications.html +++ b/it/tdlight/jni/TdApi.UpdateActiveNotifications.html @@ -3,7 +3,7 @@ -TdApi.UpdateActiveNotifications (tdlight API 3.3.70 API) +TdApi.UpdateActiveNotifications (tdlight API 3.3.71 API) + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.AccessHash

+
+
+ +
+
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.AccessHashType.html b/it/tdlight/jni/class-use/TdApi.AccessHashType.html new file mode 100644 index 00000000000..f1a046e3484 --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.AccessHashType.html @@ -0,0 +1,167 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.AccessHashType (tdlight API 3.3.71 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.AccessHashType

+
+
+ +
+
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.AccessHashTypeChannel.html b/it/tdlight/jni/class-use/TdApi.AccessHashTypeChannel.html new file mode 100644 index 00000000000..58a898dc368 --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.AccessHashTypeChannel.html @@ -0,0 +1,88 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.AccessHashTypeChannel (tdlight API 3.3.71 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.AccessHashTypeChannel

+
+No usage of it.tdlight.jni.TdApi.AccessHashTypeChannel
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.AccessHashTypeUser.html b/it/tdlight/jni/class-use/TdApi.AccessHashTypeUser.html new file mode 100644 index 00000000000..fd73f8d8f2f --- /dev/null +++ b/it/tdlight/jni/class-use/TdApi.AccessHashTypeUser.html @@ -0,0 +1,88 @@ + + + + + +Uses of Class it.tdlight.jni.TdApi.AccessHashTypeUser (tdlight API 3.3.71 API) + + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.AccessHashTypeUser

+
+No usage of it.tdlight.jni.TdApi.AccessHashTypeUser
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.AccountTtl.html b/it/tdlight/jni/class-use/TdApi.AccountTtl.html index 404bbcfb708..c4115427477 100644 --- a/it/tdlight/jni/class-use/TdApi.AccountTtl.html +++ b/it/tdlight/jni/class-use/TdApi.AccountTtl.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.AccountTtl (tdlight API 3.3.70 API) +Uses of Class it.tdlight.jni.TdApi.AccountTtl (tdlight API 3.3.71 API) + + + + + + + + + + + + + +
+ +
+
+
+

Uses of Class
it.tdlight.jni.TdApi.UpdateAccessHash

+
+No usage of it.tdlight.jni.TdApi.UpdateAccessHash
+ +
+
+ + diff --git a/it/tdlight/jni/class-use/TdApi.UpdateActiveNotifications.html b/it/tdlight/jni/class-use/TdApi.UpdateActiveNotifications.html index a43871258a6..cffca656ae2 100644 --- a/it/tdlight/jni/class-use/TdApi.UpdateActiveNotifications.html +++ b/it/tdlight/jni/class-use/TdApi.UpdateActiveNotifications.html @@ -3,7 +3,7 @@ -Uses of Class it.tdlight.jni.TdApi.UpdateActiveNotifications (tdlight API 3.3.70 API) +Uses of Class it.tdlight.jni.TdApi.UpdateActiveNotifications (tdlight API 3.3.71 API)