diff --git a/allclasses-index.html b/allclasses-index.html index a72847deb17..fd9621de929 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (tdlight API 4.0.263 API) +All Classes and Interfaces (tdlight API 4.0.264 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.AssignAppStoreTransaction

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.AssignAppStoreTransaction
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.AssignAppStoreTransaction +extends TdApi.Function<TdApi.Ok>
+
Informs server about a Telegram Premium + purchase through App Store. For official applications only. + Returns Ok
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      receipt

      +
      public byte[] receipt
      +
      App Store receipt.
      +
      +
    • +
    • +
      +

      isRestore

      +
      public boolean isRestore
      +
      Pass true if this is a restore of a + Telegram Premium purchase.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AssignAppStoreTransaction

      +
      public AssignAppStoreTransaction()
      +
      Informs server about a Telegram Premium + purchase through App Store. For official applications only. + Returns Ok
      +
      +
    • +
    • +
      +

      AssignAppStoreTransaction

      +
      public AssignAppStoreTransaction(byte[] receipt, + boolean isRestore)
      +
      Informs server about a Telegram Premium + purchase through App Store. For official applications only. + Returns Ok
      +
      +
      Parameters:
      +
      receipt - byte[] App Store receipt.
      +
      isRestore - boolean Pass true if this is a restore of a + Telegram Premium purchase.
      +
      +
      +
    • +
    • +
      +

      AssignAppStoreTransaction

      +
      public AssignAppStoreTransaction(DataInput input) + throws IOException
      +
      Informs server about a Telegram Premium + purchase through App Store. For official applications only. + Returns Ok
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.AssignGooglePlayTransaction.html b/tdlight.api/it/tdlight/jni/TdApi.AssignGooglePlayTransaction.html new file mode 100644 index 00000000000..c0cd439d55b --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.AssignGooglePlayTransaction.html @@ -0,0 +1,330 @@ + + + + +TdApi.AssignGooglePlayTransaction (tdlight API 4.0.264 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.AssignGooglePlayTransaction

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.AssignGooglePlayTransaction
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.AssignGooglePlayTransaction +extends TdApi.Function<TdApi.Ok>
+
Informs server about a Telegram Premium + purchase through Google Play. For + official applications only. + Returns Ok
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      purchaseToken

      +
      public String purchaseToken
      +
      Google Play purchase token.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AssignGooglePlayTransaction

      +
      public AssignGooglePlayTransaction()
      +
      Informs server about a Telegram Premium + purchase through Google Play. For + official applications only. + Returns Ok
      +
      +
    • +
    • +
      +

      AssignGooglePlayTransaction

      +
      public AssignGooglePlayTransaction(String purchaseToken)
      +
      Informs server about a Telegram Premium + purchase through Google Play. For + official applications only. + Returns Ok
      +
      +
      Parameters:
      +
      purchaseToken - String Google Play purchase token.
      +
      +
      +
    • +
    • +
      +

      AssignGooglePlayTransaction

      +
      public AssignGooglePlayTransaction(DataInput input) + throws IOException
      +
      Informs server about a Telegram Premium + purchase through Google Play. For + official applications only. + Returns Ok
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.AttachmentMenuBot.html b/tdlight.api/it/tdlight/jni/TdApi.AttachmentMenuBot.html index 266c4b5f5b4..8f0dfb42d2e 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.AttachmentMenuBot.html +++ b/tdlight.api/it/tdlight/jni/TdApi.AttachmentMenuBot.html @@ -2,7 +2,7 @@ -TdApi.AttachmentMenuBot (tdlight API 4.0.263 API) +TdApi.AttachmentMenuBot (tdlight API 4.0.264 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanPurchasePremium

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanPurchasePremium +extends TdApi.Function<TdApi.Ok>
+
Checks whether Telegram Premium purchase + is possible. Must be called before + in-store Premium purchase. + Returns Ok
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CanPurchasePremium

      +
      public CanPurchasePremium()
      +
      Checks whether Telegram Premium purchase + is possible. Must be called before + in-store Premium purchase. + Returns Ok
      +
      +
    • +
    • +
      +

      CanPurchasePremium

      +
      public CanPurchasePremium(DataInput input) + throws IOException
      +
      Checks whether Telegram Premium purchase + is possible. Must be called before + in-store Premium purchase. + Returns Ok
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html b/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html index 5dae2ded948..611949a2116 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html +++ b/tdlight.api/it/tdlight/jni/TdApi.CanTransferOwnership.html @@ -2,7 +2,7 @@ -TdApi.CanTransferOwnership (tdlight API 4.0.263 API) +TdApi.CanTransferOwnership (tdlight API 4.0.264 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.AssignAppStoreTransaction
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.AssignGooglePlayTransaction.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.AssignGooglePlayTransaction.html new file mode 100644 index 00000000000..92db9693e7d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.AssignGooglePlayTransaction.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.AssignGooglePlayTransaction (tdlight API 4.0.264 API) + + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.AssignGooglePlayTransaction
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.AttachmentMenuBot.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.AttachmentMenuBot.html index 6bc403ce0eb..c6e9c07e52b 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.AttachmentMenuBot.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.AttachmentMenuBot.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.AttachmentMenuBot (tdlight API 4.0.263 API) +Uses of Class it.tdlight.jni.TdApi.AttachmentMenuBot (tdlight API 4.0.264 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.CanPurchasePremium
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html index 5da62863b65..44a39c3c1de 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanTransferOwnership.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.CanTransferOwnership (tdlight API 4.0.263 API) +Uses of Class it.tdlight.jni.TdApi.CanTransferOwnership (tdlight API 4.0.264 API)