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

Class TdApi.AvailableReaction

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.AvailableReaction
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.AvailableReaction +extends TdApi.Object
+
Represents an available reaction.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      reaction

      +
      public String reaction
      +
      Text representation of the reaction.
      +
      +
    • +
    • +
      +

      needsPremium

      +
      public boolean needsPremium
      +
      True, if Telegram Premium is needed + to send the reaction.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      AvailableReaction

      +
      public AvailableReaction()
      +
      Represents an available reaction.
      +
      +
    • +
    • +
      +

      AvailableReaction

      +
      public AvailableReaction(String reaction, + boolean needsPremium)
      +
      Represents an available reaction.
      +
      +
      Parameters:
      +
      reaction - String Text representation of the reaction.
      +
      needsPremium - boolean True, if Telegram Premium is needed + to send the reaction.
      +
      +
      +
    • +
    • +
      +

      AvailableReaction

      +
      public AvailableReaction(DataInput input) + throws IOException
      +
      Represents an available reaction.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.AvailableReactions.html b/tdlight.api/it/tdlight/jni/TdApi.AvailableReactions.html index f980a545886..966ddf6f14c 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.AvailableReactions.html +++ b/tdlight.api/it/tdlight/jni/TdApi.AvailableReactions.html @@ -2,7 +2,7 @@ -TdApi.AvailableReactions (tdlight API 4.0.262 API) +TdApi.AvailableReactions (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.ClickPremiumSubscriptionButton

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.ClickPremiumSubscriptionButton
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.ClickPremiumSubscriptionButton +extends TdApi.Function<TdApi.Ok>
+
Informs TDLib that the user clicked + Premium subscription button on the + Premium features screen. + Returns Ok
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      ClickPremiumSubscriptionButton

      +
      public ClickPremiumSubscriptionButton()
      +
      Informs TDLib that the user clicked + Premium subscription button on the + Premium features screen. + Returns Ok
      +
      +
    • +
    • +
      +

      ClickPremiumSubscriptionButton

      +
      public ClickPremiumSubscriptionButton(DataInput input) + throws IOException
      +
      Informs TDLib that the user clicked + Premium subscription button on the + Premium features screen. + Returns Ok
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.Close.html b/tdlight.api/it/tdlight/jni/TdApi.Close.html index 1cbd0426e1a..b021f3ce5ee 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.Close.html +++ b/tdlight.api/it/tdlight/jni/TdApi.Close.html @@ -2,7 +2,7 @@ -TdApi.Close (tdlight API 4.0.262 API) +TdApi.Close (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CreateInvoiceLink

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CreateInvoiceLink +extends TdApi.Function<TdApi.HttpUrl>
+
Creates a link for the given invoice; + for bots only. + Returns HttpUrl
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      invoice

      +
      public TdApi.InputMessageContent invoice
      +
      Information about the invoice of the type inputMessageInvoice.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      CreateInvoiceLink

      +
      public CreateInvoiceLink()
      +
      Creates a link for the given invoice; + for bots only. + Returns HttpUrl
      +
      +
    • +
    • +
      +

      CreateInvoiceLink

      +
      public CreateInvoiceLink(TdApi.InputMessageContent invoice)
      +
      Creates a link for the given invoice; + for bots only. + Returns HttpUrl
      +
      +
      Parameters:
      +
      invoice - InputMessageContent Information about the invoice of the type inputMessageInvoice.
      +
      +
      +
    • +
    • +
      +

      CreateInvoiceLink

      +
      public CreateInvoiceLink(DataInput input) + throws IOException
      +
      Creates a link for the given invoice; + for bots only. + Returns HttpUrl
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CreateNewBasicGroupChat.html b/tdlight.api/it/tdlight/jni/TdApi.CreateNewBasicGroupChat.html index 6466e5f3da8..77db7028704 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.CreateNewBasicGroupChat.html +++ b/tdlight.api/it/tdlight/jni/TdApi.CreateNewBasicGroupChat.html @@ -2,7 +2,7 @@ -TdApi.CreateNewBasicGroupChat (tdlight API 4.0.262 API) +TdApi.CreateNewBasicGroupChat (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.FileDownloadedPrefixSize

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.FileDownloadedPrefixSize
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.FileDownloadedPrefixSize +extends TdApi.Object
+
Contains size of downloaded prefix of a file.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      size

      +
      public long size
      +
      The prefix size, in bytes.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      FileDownloadedPrefixSize

      +
      public FileDownloadedPrefixSize()
      +
      Contains size of downloaded prefix of a file.
      +
      +
    • +
    • +
      +

      FileDownloadedPrefixSize

      +
      public FileDownloadedPrefixSize(long size)
      +
      Contains size of downloaded prefix of a file.
      +
      +
      Parameters:
      +
      size - long The prefix size, in bytes.
      +
      +
      +
    • +
    • +
      +

      FileDownloadedPrefixSize

      +
      public FileDownloadedPrefixSize(DataInput input) + throws IOException
      +
      Contains size of downloaded prefix of a file.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.FilePart.html b/tdlight.api/it/tdlight/jni/TdApi.FilePart.html index 39115d5f0d7..d38425d3391 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.FilePart.html +++ b/tdlight.api/it/tdlight/jni/TdApi.FilePart.html @@ -2,7 +2,7 @@ -TdApi.FilePart (tdlight API 4.0.262 API) +TdApi.FilePart (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetAllAnimatedEmojis

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetAllAnimatedEmojis +extends TdApi.Function<TdApi.Emojis>
+
Returns all emojis, which has a + corresponding animated emoji. + Returns Emojis
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      GetAllAnimatedEmojis

      +
      public GetAllAnimatedEmojis()
      +
      Returns all emojis, which has a + corresponding animated emoji. + Returns Emojis
      +
      +
    • +
    • +
      +

      GetAllAnimatedEmojis

      +
      public GetAllAnimatedEmojis(DataInput input) + throws IOException
      +
      Returns all emojis, which has a + corresponding animated emoji. + Returns Emojis
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetAllPassportElements.html b/tdlight.api/it/tdlight/jni/TdApi.GetAllPassportElements.html index 800d753ed98..bf7fc3c978a 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.GetAllPassportElements.html +++ b/tdlight.api/it/tdlight/jni/TdApi.GetAllPassportElements.html @@ -2,7 +2,7 @@ -TdApi.GetAllPassportElements (tdlight API 4.0.262 API) +TdApi.GetAllPassportElements (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetPremiumFeatures

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetPremiumFeatures +extends TdApi.Function<TdApi.PremiumFeatures>
+
Returns information about features, + available to Premium users. + Returns PremiumFeatures
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      source

      +
      public TdApi.PremiumSource source
      +
      Source of the request; pass null if + the method is called from some non-standard source.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      GetPremiumFeatures

      +
      public GetPremiumFeatures()
      +
      Returns information about features, + available to Premium users. + Returns PremiumFeatures
      +
      +
    • +
    • +
      +

      GetPremiumFeatures

      +
      public GetPremiumFeatures(TdApi.PremiumSource source)
      +
      Returns information about features, + available to Premium users. + Returns PremiumFeatures
      +
      +
      Parameters:
      +
      source - PremiumSource Source of the request; pass null if + the method is called from some non-standard source.
      +
      +
      +
    • +
    • +
      +

      GetPremiumFeatures

      +
      public GetPremiumFeatures(DataInput input) + throws IOException
      +
      Returns information about features, + available to Premium users. + Returns PremiumFeatures
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

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

Class TdApi.GetPremiumLimit

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetPremiumLimit +extends TdApi.Function<TdApi.PremiumLimit>
+
Returns information about a limit, + increased for Premium users. Returns + a 404 error if the limit is unknown. + Returns PremiumLimit
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    + +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GetPremiumLimit

      +
      public GetPremiumLimit()
      +
      Returns information about a limit, + increased for Premium users. Returns + a 404 error if the limit is unknown. + Returns PremiumLimit
      +
      +
    • +
    • +
      +

      GetPremiumLimit

      +
      public GetPremiumLimit(TdApi.PremiumLimitType limitType)
      +
      Returns information about a limit, + increased for Premium users. Returns + a 404 error if the limit is unknown. + Returns PremiumLimit
      +
      +
      Parameters:
      +
      limitType - PremiumLimitType Type of the limit.
      +
      +
      +
    • +
    • +
      +

      GetPremiumLimit

      +
      public GetPremiumLimit(DataInput input) + throws IOException
      +
      Returns information about a limit, + increased for Premium users. Returns + a 404 error if the limit is unknown. + Returns PremiumLimit
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetPremiumState.html b/tdlight.api/it/tdlight/jni/TdApi.GetPremiumState.html new file mode 100644 index 00000000000..5a1bf35adb8 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.GetPremiumState.html @@ -0,0 +1,296 @@ + + + + +TdApi.GetPremiumState (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetPremiumState

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetPremiumState +extends TdApi.Function<TdApi.PremiumState>
+
Returns state of Telegram Premium + subscription and promotion videos for Premium features. + Returns PremiumState
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      GetPremiumState

      +
      public GetPremiumState()
      +
      Returns state of Telegram Premium + subscription and promotion videos for Premium features. + Returns PremiumState
      +
      +
    • +
    • +
      +

      GetPremiumState

      +
      public GetPremiumState(DataInput input) + throws IOException
      +
      Returns state of Telegram Premium + subscription and promotion videos for Premium features. + Returns PremiumState
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetPremiumStickers.html b/tdlight.api/it/tdlight/jni/TdApi.GetPremiumStickers.html new file mode 100644 index 00000000000..c75e0aa20f4 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.GetPremiumStickers.html @@ -0,0 +1,296 @@ + + + + +TdApi.GetPremiumStickers (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetPremiumStickers

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetPremiumStickers +extends TdApi.Function<TdApi.Stickers>
+
Returns examples of premium stickers + for demonstration purposes. + Returns Stickers
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      GetPremiumStickers

      +
      public GetPremiumStickers()
      +
      Returns examples of premium stickers + for demonstration purposes. + Returns Stickers
      +
      +
    • +
    • +
      +

      GetPremiumStickers

      +
      public GetPremiumStickers(DataInput input) + throws IOException
      +
      Returns examples of premium stickers + for demonstration purposes. + Returns Stickers
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetProxies.html b/tdlight.api/it/tdlight/jni/TdApi.GetProxies.html index 52dec8f91b6..5aef39f87b7 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.GetProxies.html +++ b/tdlight.api/it/tdlight/jni/TdApi.GetProxies.html @@ -2,7 +2,7 @@ -TdApi.GetProxies (tdlight API 4.0.262 API) +TdApi.GetProxies (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputInvoice

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

    Constructor Details

    +
      +
    • +
      +

      InputInvoice

      +
      public InputInvoice()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputInvoiceMessage.html b/tdlight.api/it/tdlight/jni/TdApi.InputInvoiceMessage.html new file mode 100644 index 00000000000..938375403ee --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.InputInvoiceMessage.html @@ -0,0 +1,327 @@ + + + + +TdApi.InputInvoiceMessage (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputInvoiceMessage

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InputInvoice +
it.tdlight.jni.TdApi.InputInvoiceMessage
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InputInvoiceMessage +extends TdApi.InputInvoice
+
An invoice from a message of the type messageInvoice.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      chatId

      +
      public long chatId
      +
      Chat identifier of the message.
      +
      +
    • +
    • +
      +

      messageId

      +
      public long messageId
      +
      Message identifier.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InputInvoiceMessage

      +
      public InputInvoiceMessage()
      +
      An invoice from a message of the type messageInvoice.
      +
      +
    • +
    • +
      +

      InputInvoiceMessage

      +
      public InputInvoiceMessage(long chatId, + long messageId)
      +
      An invoice from a message of the type messageInvoice.
      +
      +
      Parameters:
      +
      chatId - long Chat identifier of the message.
      +
      messageId - long Message identifier.
      +
      +
      +
    • +
    • +
      +

      InputInvoiceMessage

      +
      public InputInvoiceMessage(DataInput input) + throws IOException
      +
      An invoice from a message of the type messageInvoice.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputInvoiceName.html b/tdlight.api/it/tdlight/jni/TdApi.InputInvoiceName.html new file mode 100644 index 00000000000..709c5359208 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.InputInvoiceName.html @@ -0,0 +1,312 @@ + + + + +TdApi.InputInvoiceName (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InputInvoiceName

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InputInvoiceName +extends TdApi.InputInvoice
+
An invoice from a link of the type internalLinkTypeInvoice.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      name

      +
      public String name
      +
      Name of the invoice.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InputInvoiceName

      +
      public InputInvoiceName()
      +
      An invoice from a link of the type internalLinkTypeInvoice.
      +
      +
    • +
    • +
      +

      InputInvoiceName

      +
      public InputInvoiceName(String name)
      +
      An invoice from a link of the type internalLinkTypeInvoice.
      +
      +
      Parameters:
      +
      name - String Name of the invoice.
      +
      +
      +
    • +
    • +
      +

      InputInvoiceName

      +
      public InputInvoiceName(DataInput input) + throws IOException
      +
      An invoice from a link of the type internalLinkTypeInvoice.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InputMessageAnimation.html b/tdlight.api/it/tdlight/jni/TdApi.InputMessageAnimation.html index c49af54e684..3bfb0fdcc63 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.InputMessageAnimation.html +++ b/tdlight.api/it/tdlight/jni/TdApi.InputMessageAnimation.html @@ -2,7 +2,7 @@ -TdApi.InputMessageAnimation (tdlight API 4.0.262 API) +TdApi.InputMessageAnimation (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InternalLinkTypeInvoice

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InternalLinkType +
it.tdlight.jni.TdApi.InternalLinkTypeInvoice
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InternalLinkTypeInvoice +extends TdApi.InternalLinkType
+
The link is a link to an invoice. Call + getPaymentForm with the given invoice + name to process the link.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      invoiceName

      +
      public String invoiceName
      +
      Name of the invoice.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InternalLinkTypeInvoice

      +
      public InternalLinkTypeInvoice()
      +
      The link is a link to an invoice. Call + getPaymentForm with the given invoice + name to process the link.
      +
      +
    • +
    • +
      +

      InternalLinkTypeInvoice

      +
      public InternalLinkTypeInvoice(String invoiceName)
      +
      The link is a link to an invoice. Call + getPaymentForm with the given invoice + name to process the link.
      +
      +
      Parameters:
      +
      invoiceName - String Name of the invoice.
      +
      +
      +
    • +
    • +
      +

      InternalLinkTypeInvoice

      +
      public InternalLinkTypeInvoice(DataInput input) + throws IOException
      +
      The link is a link to an invoice. Call + getPaymentForm with the given invoice + name to process the link.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypeLanguagePack.html b/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypeLanguagePack.html index 512df540ae4..45b47f8eacb 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypeLanguagePack.html +++ b/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypeLanguagePack.html @@ -2,7 +2,7 @@ -TdApi.InternalLinkTypeLanguagePack (tdlight API 4.0.262 API) +TdApi.InternalLinkTypeLanguagePack (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.InternalLinkTypePremiumFeatures

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.InternalLinkType +
it.tdlight.jni.TdApi.InternalLinkTypePremiumFeatures
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.InternalLinkTypePremiumFeatures +extends TdApi.InternalLinkType
+
The link is a link to the Premium + features screen of the applcation from + which the user can subscribe to Telegram + Premium. Call getPremiumFeatures with + the given referrer to process the link.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      referrer

      +
      public String referrer
      +
      Referrer specified in the link.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      InternalLinkTypePremiumFeatures

      +
      public InternalLinkTypePremiumFeatures()
      +
      The link is a link to the Premium + features screen of the applcation from + which the user can subscribe to Telegram + Premium. Call getPremiumFeatures with + the given referrer to process the link.
      +
      +
    • +
    • +
      +

      InternalLinkTypePremiumFeatures

      +
      public InternalLinkTypePremiumFeatures(String referrer)
      +
      The link is a link to the Premium + features screen of the applcation from + which the user can subscribe to Telegram + Premium. Call getPremiumFeatures with + the given referrer to process the link.
      +
      +
      Parameters:
      +
      referrer - String Referrer specified in the link.
      +
      +
      +
    • +
    • +
      +

      InternalLinkTypePremiumFeatures

      +
      public InternalLinkTypePremiumFeatures(DataInput input) + throws IOException
      +
      The link is a link to the Premium + features screen of the applcation from + which the user can subscribe to Telegram + Premium. Call getPremiumFeatures with + the given referrer to process the link.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html b/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html index 2e29fc5cd22..952c1eba7ac 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html +++ b/tdlight.api/it/tdlight/jni/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html @@ -2,7 +2,7 @@ -TdApi.InternalLinkTypePrivacyAndSecuritySettings (tdlight API 4.0.262 API) +TdApi.InternalLinkTypePrivacyAndSecuritySettings (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PaymentProvider

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PaymentProvider
+
+
+
+
+
Direct Known Subclasses:
+
TdApi.PaymentProviderOther, TdApi.PaymentProviderSmartGlocal, TdApi.PaymentProviderStripe
+
+
+
Enclosing class:
+
TdApi
+
+
+
public abstract static class TdApi.PaymentProvider +extends TdApi.Object
+
This class is an abstract base class.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PaymentProvider

      +
      public PaymentProvider()
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderOther.html b/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderOther.html new file mode 100644 index 00000000000..f84547e1d2a --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderOther.html @@ -0,0 +1,319 @@ + + + + +TdApi.PaymentProviderOther (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PaymentProviderOther

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PaymentProvider +
it.tdlight.jni.TdApi.PaymentProviderOther
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PaymentProviderOther +extends TdApi.PaymentProvider
+
Some other payment provider, for which + a web payment form must be shown.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      url

      +
      public String url
      +
      Payment form URL.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PaymentProviderOther

      +
      public PaymentProviderOther()
      +
      Some other payment provider, for which + a web payment form must be shown.
      +
      +
    • +
    • +
      +

      PaymentProviderOther

      +
      public PaymentProviderOther(String url)
      +
      Some other payment provider, for which + a web payment form must be shown.
      +
      +
      Parameters:
      +
      url - String Payment form URL.
      +
      +
      +
    • +
    • +
      +

      PaymentProviderOther

      +
      public PaymentProviderOther(DataInput input) + throws IOException
      +
      Some other payment provider, for which + a web payment form must be shown.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderSmartGlocal.html b/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderSmartGlocal.html new file mode 100644 index 00000000000..f72cd5efaa3 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderSmartGlocal.html @@ -0,0 +1,312 @@ + + + + +TdApi.PaymentProviderSmartGlocal (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.PaymentProviderSmartGlocal

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.PaymentProvider +
it.tdlight.jni.TdApi.PaymentProviderSmartGlocal
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.PaymentProviderSmartGlocal +extends TdApi.PaymentProvider
+
Smart Glocal payment provider.
+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      publicToken

      +
      public String publicToken
      +
      Public payment token.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

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

    Constructor Details

    +
      +
    • +
      +

      PaymentProviderSmartGlocal

      +
      public PaymentProviderSmartGlocal()
      +
      Smart Glocal payment provider.
      +
      +
    • +
    • +
      +

      PaymentProviderSmartGlocal

      +
      public PaymentProviderSmartGlocal(String publicToken)
      +
      Smart Glocal payment provider.
      +
      +
      Parameters:
      +
      publicToken - String Public payment token.
      +
      +
      +
    • +
    • +
      +

      PaymentProviderSmartGlocal

      +
      public PaymentProviderSmartGlocal(DataInput input) + throws IOException
      +
      Smart Glocal payment provider.
      +
      +
      Throws:
      +
      IOException
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    + +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PaymentsProviderStripe.html b/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderStripe.html similarity index 89% rename from tdlight.api/it/tdlight/jni/TdApi.PaymentsProviderStripe.html rename to tdlight.api/it/tdlight/jni/TdApi.PaymentProviderStripe.html index 4a506e39ddf..dd13519fdb3 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PaymentsProviderStripe.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PaymentProviderStripe.html @@ -2,7 +2,7 @@ -TdApi.PaymentsProviderStripe (tdlight API 4.0.262 API) +TdApi.PaymentProviderStripe (tdlight API 4.0.263 API) - + @@ -42,7 +42,7 @@ loadScripts(document, 'script');
  • Module
  • Package
  • -
  • Use
  • +
  • Use
  • Tree
  • Index
  • Help
  • @@ -78,11 +78,13 @@ loadScripts(document, 'script');
    Module tdlight.api
    Package it.tdlight.jni
    -

    Class TdApi.PaymentsProviderStripe

    +

    Class TdApi.PaymentProviderStripe

    java.lang.Object
    it.tdlight.jni.TdApi.Object -
    it.tdlight.jni.TdApi.PaymentsProviderStripe
    +
    it.tdlight.jni.TdApi.PaymentProvider +
    it.tdlight.jni.TdApi.PaymentProviderStripe
    +
    @@ -91,8 +93,8 @@ loadScripts(document, 'script');
    TdApi

    -
    public static final class TdApi.PaymentsProviderStripe -extends TdApi.Object
    +
    public static final class TdApi.PaymentProviderStripe +extends TdApi.PaymentProvider
    Stripe payment provider.
    @@ -140,15 +142,15 @@ loadScripts(document, 'script');
    Constructor
    Description
    - +
    Stripe payment provider.
    - +
    Stripe payment provider.
    -
    PaymentsProviderStripe(String publishableKey, +
    PaymentProviderStripe(String publishableKey, boolean needCountry, boolean needPostalCode, boolean needCardholderName)
    @@ -237,7 +239,7 @@ loadScripts(document, 'script');
    See Also:
    @@ -253,15 +255,15 @@ loadScripts(document, 'script');
    • -

      PaymentsProviderStripe

      -
      public PaymentsProviderStripe()
      +

      PaymentProviderStripe

      +
      public PaymentProviderStripe()
      Stripe payment provider.
    • -

      PaymentsProviderStripe

      -
      public PaymentsProviderStripe(String publishableKey, +

      PaymentProviderStripe

      +
      public PaymentProviderStripe(String publishableKey, boolean needCountry, boolean needPostalCode, boolean needCardholderName)
      @@ -277,9 +279,9 @@ loadScripts(document, 'script');
    • -

      PaymentsProviderStripe

      -
      public PaymentsProviderStripe(DataInput input) - throws IOException
      +

      PaymentProviderStripe

      +
      public PaymentProviderStripe(DataInput input) + throws IOException
      Stripe payment provider.
      Throws:
      diff --git a/tdlight.api/it/tdlight/jni/TdApi.PaymentReceipt.html b/tdlight.api/it/tdlight/jni/TdApi.PaymentReceipt.html index 05b66695d1c..c2b29f491e8 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PaymentReceipt.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PaymentReceipt.html @@ -2,7 +2,7 @@ -TdApi.PaymentReceipt (tdlight API 4.0.262 API) +TdApi.PaymentReceipt (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeature

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature
      +
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      TdApi.PremiumFeatureAdvancedChatManagement, TdApi.PremiumFeatureAnimatedProfilePhoto, TdApi.PremiumFeatureAppIcons, TdApi.PremiumFeatureDisabledAds, TdApi.PremiumFeatureImprovedDownloadSpeed, TdApi.PremiumFeatureIncreasedLimits, TdApi.PremiumFeatureIncreasedUploadFileSize, TdApi.PremiumFeatureProfileBadge, TdApi.PremiumFeatureUniqueReactions, TdApi.PremiumFeatureUniqueStickers, TdApi.PremiumFeatureVoiceRecognition
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public abstract static class TdApi.PremiumFeature +extends TdApi.Object
      +
      This class is an abstract base class.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          PremiumFeature

          +
          public PremiumFeature()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAdvancedChatManagement.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAdvancedChatManagement.html new file mode 100644 index 00000000000..838a8babee5 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAdvancedChatManagement.html @@ -0,0 +1,305 @@ + + + + +TdApi.PremiumFeatureAdvancedChatManagement (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureAdvancedChatManagement

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureAdvancedChatManagement
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureAdvancedChatManagement +extends TdApi.PremiumFeature
      +
      Ability to change position of the main + chat list, archive and mute all new + chats from non-contacts, and completely + disable notifications about the + user's contacts joined Telegram.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureAdvancedChatManagement

          +
          public PremiumFeatureAdvancedChatManagement()
          +
          Ability to change position of the main + chat list, archive and mute all new + chats from non-contacts, and completely + disable notifications about the + user's contacts joined Telegram.
          +
          +
        • +
        • +
          +

          PremiumFeatureAdvancedChatManagement

          +
          public PremiumFeatureAdvancedChatManagement(DataInput input) + throws IOException
          +
          Ability to change position of the main + chat list, archive and mute all new + chats from non-contacts, and completely + disable notifications about the + user's contacts joined Telegram.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAnimatedProfilePhoto.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAnimatedProfilePhoto.html new file mode 100644 index 00000000000..72d37420b71 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAnimatedProfilePhoto.html @@ -0,0 +1,290 @@ + + + + +TdApi.PremiumFeatureAnimatedProfilePhoto (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureAnimatedProfilePhoto

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureAnimatedProfilePhoto
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureAnimatedProfilePhoto +extends TdApi.PremiumFeature
      +
      Profile photo animation on message + and chat screens.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureAnimatedProfilePhoto

          +
          public PremiumFeatureAnimatedProfilePhoto()
          +
          Profile photo animation on message + and chat screens.
          +
          +
        • +
        • +
          +

          PremiumFeatureAnimatedProfilePhoto

          +
          public PremiumFeatureAnimatedProfilePhoto(DataInput input) + throws IOException
          +
          Profile photo animation on message + and chat screens.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAppIcons.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAppIcons.html new file mode 100644 index 00000000000..79b2f2dc2ff --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureAppIcons.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureAppIcons (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureAppIcons

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureAppIcons
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureAppIcons +extends TdApi.PremiumFeature
      +
      Allowed to set a premium appllication icons.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureAppIcons

          +
          public PremiumFeatureAppIcons()
          +
          Allowed to set a premium appllication icons.
          +
          +
        • +
        • +
          +

          PremiumFeatureAppIcons

          +
          public PremiumFeatureAppIcons(DataInput input) + throws IOException
          +
          Allowed to set a premium appllication icons.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureDisabledAds.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureDisabledAds.html new file mode 100644 index 00000000000..4d4a3175ce3 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureDisabledAds.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureDisabledAds (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureDisabledAds

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureDisabledAds
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureDisabledAds +extends TdApi.PremiumFeature
      +
      Disabled ads.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureDisabledAds

          +
          public PremiumFeatureDisabledAds()
          +
          Disabled ads.
          +
          +
        • +
        • +
          +

          PremiumFeatureDisabledAds

          +
          public PremiumFeatureDisabledAds(DataInput input) + throws IOException
          +
          Disabled ads.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureImprovedDownloadSpeed.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureImprovedDownloadSpeed.html new file mode 100644 index 00000000000..5ab5168efc1 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureImprovedDownloadSpeed.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureImprovedDownloadSpeed (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureImprovedDownloadSpeed

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureImprovedDownloadSpeed
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureImprovedDownloadSpeed +extends TdApi.PremiumFeature
      +
      Improved download speed.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureImprovedDownloadSpeed

          +
          public PremiumFeatureImprovedDownloadSpeed()
          +
          Improved download speed.
          +
          +
        • +
        • +
          +

          PremiumFeatureImprovedDownloadSpeed

          +
          public PremiumFeatureImprovedDownloadSpeed(DataInput input) + throws IOException
          +
          Improved download speed.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureIncreasedLimits.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureIncreasedLimits.html new file mode 100644 index 00000000000..347f6b58d03 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureIncreasedLimits.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureIncreasedLimits (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureIncreasedLimits

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureIncreasedLimits
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureIncreasedLimits +extends TdApi.PremiumFeature
      +
      Increased limits.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureIncreasedLimits

          +
          public PremiumFeatureIncreasedLimits()
          +
          Increased limits.
          +
          +
        • +
        • +
          +

          PremiumFeatureIncreasedLimits

          +
          public PremiumFeatureIncreasedLimits(DataInput input) + throws IOException
          +
          Increased limits.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureIncreasedUploadFileSize.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureIncreasedUploadFileSize.html new file mode 100644 index 00000000000..7dd5f35504c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureIncreasedUploadFileSize.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureIncreasedUploadFileSize (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureIncreasedUploadFileSize

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureIncreasedUploadFileSize
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureIncreasedUploadFileSize +extends TdApi.PremiumFeature
      +
      Increased maximum upload file size.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureIncreasedUploadFileSize

          +
          public PremiumFeatureIncreasedUploadFileSize()
          +
          Increased maximum upload file size.
          +
          +
        • +
        • +
          +

          PremiumFeatureIncreasedUploadFileSize

          +
          public PremiumFeatureIncreasedUploadFileSize(DataInput input) + throws IOException
          +
          Increased maximum upload file size.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureProfileBadge.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureProfileBadge.html new file mode 100644 index 00000000000..554b6059cc9 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureProfileBadge.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureProfileBadge (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureProfileBadge

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureProfileBadge
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureProfileBadge +extends TdApi.PremiumFeature
      +
      A badge in the user's profile.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureProfileBadge

          +
          public PremiumFeatureProfileBadge()
          +
          A badge in the user's profile.
          +
          +
        • +
        • +
          +

          PremiumFeatureProfileBadge

          +
          public PremiumFeatureProfileBadge(DataInput input) + throws IOException
          +
          A badge in the user's profile.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeaturePromotionAnimation.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeaturePromotionAnimation.html new file mode 100644 index 00000000000..2c9be8ce7a1 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeaturePromotionAnimation.html @@ -0,0 +1,332 @@ + + + + +TdApi.PremiumFeaturePromotionAnimation (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeaturePromotionAnimation

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeaturePromotionAnimation
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeaturePromotionAnimation +extends TdApi.Object
      +
      Describes a promotion animation for + a Premium feature.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        + +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          PremiumFeaturePromotionAnimation

          +
          public PremiumFeaturePromotionAnimation()
          +
          Describes a promotion animation for + a Premium feature.
          +
          +
        • +
        • +
          +

          PremiumFeaturePromotionAnimation

          +
          public PremiumFeaturePromotionAnimation(TdApi.PremiumFeature feature, + TdApi.Animation animation)
          +
          Describes a promotion animation for + a Premium feature.
          +
          +
          Parameters:
          +
          feature - PremiumFeature Premium feature.
          +
          animation - Animation Promotion animation for the feature.
          +
          +
          +
        • +
        • +
          +

          PremiumFeaturePromotionAnimation

          +
          public PremiumFeaturePromotionAnimation(DataInput input) + throws IOException
          +
          Describes a promotion animation for + a Premium feature.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureUniqueReactions.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureUniqueReactions.html new file mode 100644 index 00000000000..5ce9f51d138 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureUniqueReactions.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureUniqueReactions (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureUniqueReactions

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureUniqueReactions
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureUniqueReactions +extends TdApi.PremiumFeature
      +
      Allowed to use more reactions.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureUniqueReactions

          +
          public PremiumFeatureUniqueReactions()
          +
          Allowed to use more reactions.
          +
          +
        • +
        • +
          +

          PremiumFeatureUniqueReactions

          +
          public PremiumFeatureUniqueReactions(DataInput input) + throws IOException
          +
          Allowed to use more reactions.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureUniqueStickers.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureUniqueStickers.html new file mode 100644 index 00000000000..2d9c46815a0 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureUniqueStickers.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureUniqueStickers (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureUniqueStickers

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureUniqueStickers
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureUniqueStickers +extends TdApi.PremiumFeature
      +
      Allowed to use premium stickers with unique effects.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureUniqueStickers

          +
          public PremiumFeatureUniqueStickers()
          +
          Allowed to use premium stickers with unique effects.
          +
          +
        • +
        • +
          +

          PremiumFeatureUniqueStickers

          +
          public PremiumFeatureUniqueStickers(DataInput input) + throws IOException
          +
          Allowed to use premium stickers with unique effects.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureVoiceRecognition.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureVoiceRecognition.html new file mode 100644 index 00000000000..2759733cb60 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatureVoiceRecognition.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumFeatureVoiceRecognition (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatureVoiceRecognition

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeature +
      it.tdlight.jni.TdApi.PremiumFeatureVoiceRecognition
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatureVoiceRecognition +extends TdApi.PremiumFeature
      +
      The ability to convert voice notes to text.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatureVoiceRecognition

          +
          public PremiumFeatureVoiceRecognition()
          +
          The ability to convert voice notes to text.
          +
          +
        • +
        • +
          +

          PremiumFeatureVoiceRecognition

          +
          public PremiumFeatureVoiceRecognition(DataInput input) + throws IOException
          +
          The ability to convert voice notes to text.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatures.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatures.html new file mode 100644 index 00000000000..5b1bb65239c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumFeatures.html @@ -0,0 +1,360 @@ + + + + +TdApi.PremiumFeatures (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumFeatures

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumFeatures
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumFeatures +extends TdApi.Object
      +
      Contains information about features, + available to Premium users.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          features

          +
          public TdApi.PremiumFeature[] features
          +
          The list of available features.
          +
          +
        • +
        • +
          +

          limits

          +
          public TdApi.PremiumLimit[] limits
          +
          The list of limits, increased for Premium users.
          +
          +
        • +
        • + +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumFeatures

          +
          public PremiumFeatures()
          +
          Contains information about features, + available to Premium users.
          +
          +
        • +
        • +
          +

          PremiumFeatures

          +
          public PremiumFeatures(TdApi.PremiumFeature[] features, + TdApi.PremiumLimit[] limits, + TdApi.InternalLinkType paymentLink)
          +
          Contains information about features, + available to Premium users.
          +
          +
          Parameters:
          +
          features - PremiumFeature[] The list of available features.
          +
          limits - PremiumLimit[] The list of limits, increased for Premium users.
          +
          paymentLink - InternalLinkType An internal link to be opened to pay + for Telegram Premium if store payment + isn't possible; may be null if + direct payment isn't available. + If the link has type internalLinkTypeBotStart, + then sendBotStartMessage must be called automatically.
          +
          +
          +
        • +
        • +
          +

          PremiumFeatures

          +
          public PremiumFeatures(DataInput input) + throws IOException
          +
          Contains information about features, + available to Premium users.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimit.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimit.html new file mode 100644 index 00000000000..8278b30ba0f --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimit.html @@ -0,0 +1,347 @@ + + + + +TdApi.PremiumLimit (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimit

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimit
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimit +extends TdApi.Object
      +
      Contains information about a limit, + increased for Premium users.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          type

          + +
          The type of the limit.
          +
          +
        • +
        • +
          +

          defaultValue

          +
          public int defaultValue
          +
          Default value of the limit.
          +
          +
        • +
        • +
          +

          premiumValue

          +
          public int premiumValue
          +
          Value of the limit for Premium users.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimit

          +
          public PremiumLimit()
          +
          Contains information about a limit, + increased for Premium users.
          +
          +
        • +
        • +
          +

          PremiumLimit

          +
          public PremiumLimit(TdApi.PremiumLimitType type, + int defaultValue, + int premiumValue)
          +
          Contains information about a limit, + increased for Premium users.
          +
          +
          Parameters:
          +
          type - PremiumLimitType The type of the limit.
          +
          defaultValue - int Default value of the limit.
          +
          premiumValue - int Value of the limit for Premium users.
          +
          +
          +
        • +
        • +
          +

          PremiumLimit

          +
          public PremiumLimit(DataInput input) + throws IOException
          +
          Contains information about a limit, + increased for Premium users.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitType.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitType.html new file mode 100644 index 00000000000..e9ea1377c33 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitType.html @@ -0,0 +1,154 @@ + + + + +TdApi.PremiumLimitType (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitType

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType
      +
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      TdApi.PremiumLimitTypeBioLength, TdApi.PremiumLimitTypeCaptionLength, TdApi.PremiumLimitTypeChatFilterChosenChatCount, TdApi.PremiumLimitTypeChatFilterCount, TdApi.PremiumLimitTypeCreatedPublicChatCount, TdApi.PremiumLimitTypeFavoriteStickerCount, TdApi.PremiumLimitTypePinnedArchivedChatCount, TdApi.PremiumLimitTypePinnedChatCount, TdApi.PremiumLimitTypeSavedAnimationCount, TdApi.PremiumLimitTypeSupergroupCount
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public abstract static class TdApi.PremiumLimitType +extends TdApi.Object
      +
      This class is an abstract base class.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitType

          +
          public PremiumLimitType()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeBioLength.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeBioLength.html new file mode 100644 index 00000000000..13b233e0bf3 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeBioLength.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumLimitTypeBioLength (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeBioLength

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeBioLength
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeBioLength +extends TdApi.PremiumLimitType
      +
      The maximum length of the user's bio.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeBioLength

          +
          public PremiumLimitTypeBioLength()
          +
          The maximum length of the user's bio.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeBioLength

          +
          public PremiumLimitTypeBioLength(DataInput input) + throws IOException
          +
          The maximum length of the user's bio.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeCaptionLength.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeCaptionLength.html new file mode 100644 index 00000000000..7ce7d86c69f --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeCaptionLength.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumLimitTypeCaptionLength (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeCaptionLength

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeCaptionLength
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeCaptionLength +extends TdApi.PremiumLimitType
      +
      The maximum length of sent media caption.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeCaptionLength

          +
          public PremiumLimitTypeCaptionLength()
          +
          The maximum length of sent media caption.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeCaptionLength

          +
          public PremiumLimitTypeCaptionLength(DataInput input) + throws IOException
          +
          The maximum length of sent media caption.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeChatFilterChosenChatCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeChatFilterChosenChatCount.html new file mode 100644 index 00000000000..b5eb4140715 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeChatFilterChosenChatCount.html @@ -0,0 +1,295 @@ + + + + +TdApi.PremiumLimitTypeChatFilterChosenChatCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeChatFilterChosenChatCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeChatFilterChosenChatCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeChatFilterChosenChatCount +extends TdApi.PremiumLimitType
      +
      The maximum number of pinned and always + included, or always excluded chats in + a chat filter.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeChatFilterChosenChatCount

          +
          public PremiumLimitTypeChatFilterChosenChatCount()
          +
          The maximum number of pinned and always + included, or always excluded chats in + a chat filter.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeChatFilterChosenChatCount

          +
          public PremiumLimitTypeChatFilterChosenChatCount(DataInput input) + throws IOException
          +
          The maximum number of pinned and always + included, or always excluded chats in + a chat filter.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeChatFilterCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeChatFilterCount.html new file mode 100644 index 00000000000..dbe07110665 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeChatFilterCount.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumLimitTypeChatFilterCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeChatFilterCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeChatFilterCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeChatFilterCount +extends TdApi.PremiumLimitType
      +
      The maximum number of chat filters.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeChatFilterCount

          +
          public PremiumLimitTypeChatFilterCount()
          +
          The maximum number of chat filters.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeChatFilterCount

          +
          public PremiumLimitTypeChatFilterCount(DataInput input) + throws IOException
          +
          The maximum number of chat filters.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeCreatedPublicChatCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeCreatedPublicChatCount.html new file mode 100644 index 00000000000..9c3070d6596 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeCreatedPublicChatCount.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumLimitTypeCreatedPublicChatCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeCreatedPublicChatCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeCreatedPublicChatCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeCreatedPublicChatCount +extends TdApi.PremiumLimitType
      +
      The maximum number of created public chats.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeCreatedPublicChatCount

          +
          public PremiumLimitTypeCreatedPublicChatCount()
          +
          The maximum number of created public chats.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeCreatedPublicChatCount

          +
          public PremiumLimitTypeCreatedPublicChatCount(DataInput input) + throws IOException
          +
          The maximum number of created public chats.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeFavoriteStickerCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeFavoriteStickerCount.html new file mode 100644 index 00000000000..eb8f37bd684 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeFavoriteStickerCount.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumLimitTypeFavoriteStickerCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeFavoriteStickerCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeFavoriteStickerCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeFavoriteStickerCount +extends TdApi.PremiumLimitType
      +
      The maximum number of favorite stickers.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeFavoriteStickerCount

          +
          public PremiumLimitTypeFavoriteStickerCount()
          +
          The maximum number of favorite stickers.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeFavoriteStickerCount

          +
          public PremiumLimitTypeFavoriteStickerCount(DataInput input) + throws IOException
          +
          The maximum number of favorite stickers.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedArchivedChatCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedArchivedChatCount.html new file mode 100644 index 00000000000..57c92da93d3 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedArchivedChatCount.html @@ -0,0 +1,290 @@ + + + + +TdApi.PremiumLimitTypePinnedArchivedChatCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypePinnedArchivedChatCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypePinnedArchivedChatCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypePinnedArchivedChatCount +extends TdApi.PremiumLimitType
      +
      The maximum number of pinned chats in + the archive chat list.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypePinnedArchivedChatCount

          +
          public PremiumLimitTypePinnedArchivedChatCount()
          +
          The maximum number of pinned chats in + the archive chat list.
          +
          +
        • +
        • +
          +

          PremiumLimitTypePinnedArchivedChatCount

          +
          public PremiumLimitTypePinnedArchivedChatCount(DataInput input) + throws IOException
          +
          The maximum number of pinned chats in + the archive chat list.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedChatCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedChatCount.html new file mode 100644 index 00000000000..66d21aaa4e7 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypePinnedChatCount.html @@ -0,0 +1,290 @@ + + + + +TdApi.PremiumLimitTypePinnedChatCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypePinnedChatCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypePinnedChatCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypePinnedChatCount +extends TdApi.PremiumLimitType
      +
      The maximum number of pinned chats in + the main chat list.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypePinnedChatCount

          +
          public PremiumLimitTypePinnedChatCount()
          +
          The maximum number of pinned chats in + the main chat list.
          +
          +
        • +
        • +
          +

          PremiumLimitTypePinnedChatCount

          +
          public PremiumLimitTypePinnedChatCount(DataInput input) + throws IOException
          +
          The maximum number of pinned chats in + the main chat list.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSavedAnimationCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSavedAnimationCount.html new file mode 100644 index 00000000000..ab7874851b8 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSavedAnimationCount.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumLimitTypeSavedAnimationCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeSavedAnimationCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeSavedAnimationCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeSavedAnimationCount +extends TdApi.PremiumLimitType
      +
      The maximum number of saved animations.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeSavedAnimationCount

          +
          public PremiumLimitTypeSavedAnimationCount()
          +
          The maximum number of saved animations.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeSavedAnimationCount

          +
          public PremiumLimitTypeSavedAnimationCount(DataInput input) + throws IOException
          +
          The maximum number of saved animations.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSupergroupCount.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSupergroupCount.html new file mode 100644 index 00000000000..30631c906fb --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumLimitTypeSupergroupCount.html @@ -0,0 +1,285 @@ + + + + +TdApi.PremiumLimitTypeSupergroupCount (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumLimitTypeSupergroupCount

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumLimitType +
      it.tdlight.jni.TdApi.PremiumLimitTypeSupergroupCount
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumLimitTypeSupergroupCount +extends TdApi.PremiumLimitType
      +
      The maximum number of joined supergroups and channels.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumLimitTypeSupergroupCount

          +
          public PremiumLimitTypeSupergroupCount()
          +
          The maximum number of joined supergroups and channels.
          +
          +
        • +
        • +
          +

          PremiumLimitTypeSupergroupCount

          +
          public PremiumLimitTypeSupergroupCount(DataInput input) + throws IOException
          +
          The maximum number of joined supergroups and channels.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumSource.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumSource.html new file mode 100644 index 00000000000..5b56f65586f --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumSource.html @@ -0,0 +1,154 @@ + + + + +TdApi.PremiumSource (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumSource

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumSource
      +
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      TdApi.PremiumSourceFeature, TdApi.PremiumSourceLimitExceeded, TdApi.PremiumSourceLink, TdApi.PremiumSourceSettings
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public abstract static class TdApi.PremiumSource +extends TdApi.Object
      +
      This class is an abstract base class.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          PremiumSource

          +
          public PremiumSource()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceFeature.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceFeature.html new file mode 100644 index 00000000000..970adbe45f8 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceFeature.html @@ -0,0 +1,312 @@ + + + + +TdApi.PremiumSourceFeature (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumSourceFeature

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumSource +
      it.tdlight.jni.TdApi.PremiumSourceFeature
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumSourceFeature +extends TdApi.PremiumSource
      +
      A user tried to use a Premium feature.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        + +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          PremiumSourceFeature

          +
          public PremiumSourceFeature()
          +
          A user tried to use a Premium feature.
          +
          +
        • +
        • +
          +

          PremiumSourceFeature

          +
          public PremiumSourceFeature(TdApi.PremiumFeature feature)
          +
          A user tried to use a Premium feature.
          +
          +
          Parameters:
          +
          feature - PremiumFeature The used feature.
          +
          +
          +
        • +
        • +
          +

          PremiumSourceFeature

          +
          public PremiumSourceFeature(DataInput input) + throws IOException
          +
          A user tried to use a Premium feature.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceLimitExceeded.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceLimitExceeded.html new file mode 100644 index 00000000000..61c2ded74ae --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceLimitExceeded.html @@ -0,0 +1,312 @@ + + + + +TdApi.PremiumSourceLimitExceeded (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumSourceLimitExceeded

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumSource +
      it.tdlight.jni.TdApi.PremiumSourceLimitExceeded
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumSourceLimitExceeded +extends TdApi.PremiumSource
      +
      A limit was exceeded.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        + +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          PremiumSourceLimitExceeded

          +
          public PremiumSourceLimitExceeded()
          +
          A limit was exceeded.
          +
          +
        • +
        • +
          +

          PremiumSourceLimitExceeded

          +
          public PremiumSourceLimitExceeded(TdApi.PremiumLimitType limitType)
          +
          A limit was exceeded.
          +
          +
          Parameters:
          +
          limitType - PremiumLimitType Type of the exceeded limit.
          +
          +
          +
        • +
        • +
          +

          PremiumSourceLimitExceeded

          +
          public PremiumSourceLimitExceeded(DataInput input) + throws IOException
          +
          A limit was exceeded.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceLink.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceLink.html new file mode 100644 index 00000000000..cb041a0c84c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceLink.html @@ -0,0 +1,312 @@ + + + + +TdApi.PremiumSourceLink (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumSourceLink

      +
      + +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumSourceLink +extends TdApi.PremiumSource
      +
      A user opened an internal link of the type internalLinkTypePremiumFeatures.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          referrer

          +
          public String referrer
          +
          The referrer from the link.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumSourceLink

          +
          public PremiumSourceLink()
          +
          A user opened an internal link of the type internalLinkTypePremiumFeatures.
          +
          +
        • +
        • +
          +

          PremiumSourceLink

          +
          public PremiumSourceLink(String referrer)
          +
          A user opened an internal link of the type internalLinkTypePremiumFeatures.
          +
          +
          Parameters:
          +
          referrer - String The referrer from the link.
          +
          +
          +
        • +
        • +
          +

          PremiumSourceLink

          +
          public PremiumSourceLink(DataInput input) + throws IOException
          +
          A user opened an internal link of the type internalLinkTypePremiumFeatures.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceSettings.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceSettings.html new file mode 100644 index 00000000000..8d1e7e4e2ff --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumSourceSettings.html @@ -0,0 +1,290 @@ + + + + +TdApi.PremiumSourceSettings (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumSourceSettings

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumSource +
      it.tdlight.jni.TdApi.PremiumSourceSettings
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumSourceSettings +extends TdApi.PremiumSource
      +
      A user opened the Premium features + screen from settings.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumSourceSettings

          +
          public PremiumSourceSettings()
          +
          A user opened the Premium features + screen from settings.
          +
          +
        • +
        • +
          +

          PremiumSourceSettings

          +
          public PremiumSourceSettings(DataInput input) + throws IOException
          +
          A user opened the Premium features + screen from settings.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PremiumState.html b/tdlight.api/it/tdlight/jni/TdApi.PremiumState.html new file mode 100644 index 00000000000..1e80da65b6f --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.PremiumState.html @@ -0,0 +1,383 @@ + + + + +TdApi.PremiumState (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PremiumState

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PremiumState
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PremiumState +extends TdApi.Object
      +
      Contains state of Telegram Premium + subscription and promotion videos for Premium features.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          state

          +
          public TdApi.FormattedText state
          +
          Text description of the state of the + current Premium subscription; may be + empty if the current user has no + Telegram Premium subscription.
          +
          +
        • +
        • +
          +

          currency

          +
          public String currency
          +
          ISO 4217 currency code for Telegram + Premium subscription payment.
          +
          +
        • +
        • +
          +

          monthlyAmount

          +
          public long monthlyAmount
          +
          Monthly subscription payment for + Telegram Premium subscription, in the + smallest units of the currency.
          +
          +
        • +
        • +
          +

          animations

          + +
          The list of available promotion + animations for Premium features.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PremiumState

          +
          public PremiumState()
          +
          Contains state of Telegram Premium + subscription and promotion videos for Premium features.
          +
          +
        • +
        • +
          +

          PremiumState

          +
          public PremiumState(TdApi.FormattedText state, + String currency, + long monthlyAmount, + TdApi.PremiumFeaturePromotionAnimation[] animations)
          +
          Contains state of Telegram Premium + subscription and promotion videos for Premium features.
          +
          +
          Parameters:
          +
          state - FormattedText Text description of the state of the + current Premium subscription; may be + empty if the current user has no + Telegram Premium subscription.
          +
          currency - String ISO 4217 currency code for Telegram + Premium subscription payment.
          +
          monthlyAmount - long Monthly subscription payment for + Telegram Premium subscription, in the + smallest units of the currency.
          +
          animations - PremiumFeaturePromotionAnimation[] The list of available promotion + animations for Premium features.
          +
          +
          +
        • +
        • +
          +

          PremiumState

          +
          public PremiumState(DataInput input) + throws IOException
          +
          Contains state of Telegram Premium + subscription and promotion videos for Premium features.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ProcessChatJoinRequest.html b/tdlight.api/it/tdlight/jni/TdApi.ProcessChatJoinRequest.html index 06ac1044529..a389f9d4fb5 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ProcessChatJoinRequest.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ProcessChatJoinRequest.html @@ -2,7 +2,7 @@ -TdApi.ProcessChatJoinRequest (tdlight API 4.0.262 API) +TdApi.ProcessChatJoinRequest (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.PushMessageContentRecurringPayment

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.PushMessageContent +
      it.tdlight.jni.TdApi.PushMessageContentRecurringPayment
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.PushMessageContentRecurringPayment +extends TdApi.PushMessageContent
      +
      A new recurrent payment was made by + the current user.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          amount

          +
          public String amount
          +
          The paid amount.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          PushMessageContentRecurringPayment

          +
          public PushMessageContentRecurringPayment()
          +
          A new recurrent payment was made by + the current user.
          +
          +
        • +
        • +
          +

          PushMessageContentRecurringPayment

          +
          public PushMessageContentRecurringPayment(String amount)
          +
          A new recurrent payment was made by + the current user.
          +
          +
          Parameters:
          +
          amount - String The paid amount.
          +
          +
          +
        • +
        • +
          +

          PushMessageContentRecurringPayment

          +
          public PushMessageContentRecurringPayment(DataInput input) + throws IOException
          +
          A new recurrent payment was made by + the current user.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.PushMessageContentScreenshotTaken.html b/tdlight.api/it/tdlight/jni/TdApi.PushMessageContentScreenshotTaken.html index 68b14eda91d..8638f3ecd47 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.PushMessageContentScreenshotTaken.html +++ b/tdlight.api/it/tdlight/jni/TdApi.PushMessageContentScreenshotTaken.html @@ -2,7 +2,7 @@ -TdApi.PushMessageContentScreenshotTaken (tdlight API 4.0.262 API) +TdApi.PushMessageContentScreenshotTaken (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.RateSpeechRecognition

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.Function<TdApi.Ok> +
      it.tdlight.jni.TdApi.RateSpeechRecognition
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.RateSpeechRecognition +extends TdApi.Function<TdApi.Ok>
      +
      Rates recognized speech in a voice note message. + Returns Ok
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          chatId

          +
          public long chatId
          +
          Identifier of the chat to which the message belongs.
          +
          +
        • +
        • +
          +

          messageId

          +
          public long messageId
          +
          Identifier of the message.
          +
          +
        • +
        • +
          +

          isGood

          +
          public boolean isGood
          +
          Pass true if the speech recognition is good.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          RateSpeechRecognition

          +
          public RateSpeechRecognition()
          +
          Rates recognized speech in a voice note message. + Returns Ok
          +
          +
        • +
        • +
          +

          RateSpeechRecognition

          +
          public RateSpeechRecognition(long chatId, + long messageId, + boolean isGood)
          +
          Rates recognized speech in a voice note message. + Returns Ok
          +
          +
          Parameters:
          +
          chatId - long Identifier of the chat to which the message belongs.
          +
          messageId - long Identifier of the message.
          +
          isGood - boolean Pass true if the speech recognition is good.
          +
          +
          +
        • +
        • +
          +

          RateSpeechRecognition

          +
          public RateSpeechRecognition(DataInput input) + throws IOException
          +
          Rates recognized speech in a voice note message. + Returns Ok
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.Reaction.html b/tdlight.api/it/tdlight/jni/TdApi.Reaction.html index 7dca74a81f1..b378c0b1f05 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.Reaction.html +++ b/tdlight.api/it/tdlight/jni/TdApi.Reaction.html @@ -2,7 +2,7 @@ -TdApi.Reaction (tdlight API 4.0.262 API) +TdApi.Reaction (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.RecognizeSpeech

      +
      + +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.RecognizeSpeech +extends TdApi.Function<TdApi.Ok>
      +
      Recognizes speech in a voice note + message. The message must be successfully + sent and must not be scheduled. May + return an error with a message + "MSG_VOICE_TOO_LONG" if the + voice note is too long to be recognized. + Returns Ok
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          chatId

          +
          public long chatId
          +
          Identifier of the chat to which the message belongs.
          +
          +
        • +
        • +
          +

          messageId

          +
          public long messageId
          +
          Identifier of the message.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          RecognizeSpeech

          +
          public RecognizeSpeech()
          +
          Recognizes speech in a voice note + message. The message must be successfully + sent and must not be scheduled. May + return an error with a message + "MSG_VOICE_TOO_LONG" if the + voice note is too long to be recognized. + Returns Ok
          +
          +
        • +
        • +
          +

          RecognizeSpeech

          +
          public RecognizeSpeech(long chatId, + long messageId)
          +
          Recognizes speech in a voice note + message. The message must be successfully + sent and must not be scheduled. May + return an error with a message + "MSG_VOICE_TOO_LONG" if the + voice note is too long to be recognized. + Returns Ok
          +
          +
          Parameters:
          +
          chatId - long Identifier of the chat to which the message belongs.
          +
          messageId - long Identifier of the message.
          +
          +
          +
        • +
        • +
          +

          RecognizeSpeech

          +
          public RecognizeSpeech(DataInput input) + throws IOException
          +
          Recognizes speech in a voice note + message. The message must be successfully + sent and must not be scheduled. May + return an error with a message + "MSG_VOICE_TOO_LONG" if the + voice note is too long to be recognized. + Returns Ok
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.RecommendedChatFilter.html b/tdlight.api/it/tdlight/jni/TdApi.RecommendedChatFilter.html index 26d4bbd163e..65a2ed483a0 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.RecommendedChatFilter.html +++ b/tdlight.api/it/tdlight/jni/TdApi.RecommendedChatFilter.html @@ -2,7 +2,7 @@ -TdApi.RecommendedChatFilter (tdlight API 4.0.262 API) +TdApi.RecommendedChatFilter (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.TargetChat

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.TargetChat
      +
      +
      +
      +
      +
      Direct Known Subclasses:
      +
      TdApi.TargetChatChosen, TdApi.TargetChatCurrent, TdApi.TargetChatInternalLink
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public abstract static class TdApi.TargetChat +extends TdApi.Object
      +
      This class is an abstract base class.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          TargetChat

          +
          public TargetChat()
          +
          +
        • +
        +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.TargetChatChosen.html b/tdlight.api/it/tdlight/jni/TdApi.TargetChatChosen.html new file mode 100644 index 00000000000..a9c4a5d91ad --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.TargetChatChosen.html @@ -0,0 +1,370 @@ + + + + +TdApi.TargetChatChosen (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.TargetChatChosen

      +
      + +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.TargetChatChosen +extends TdApi.TargetChat
      +
      The chat needs to be chosen by the + user among chats of the specified types.
      +
      +
      +
        + +
      • +
        +

        Field Summary

        +
        Fields
        +
        +
        Modifier and Type
        +
        Field
        +
        Description
        +
        boolean
        + +
        +
        True, if private chats with other bots are allowed.
        +
        +
        boolean
        + +
        +
        True, if channel chats are allowed.
        +
        +
        boolean
        + +
        +
        True, if basic group and supergroup + chats are allowed.
        +
        +
        boolean
        + +
        +
        True, if private chats with ordinary + users are allowed.
        +
        +
        static final int
        + +
         
        +
        +
        +
      • + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        + +
        +
        The chat needs to be chosen by the + user among chats of the specified types.
        +
        +
        TargetChatChosen(boolean allowUserChats, + boolean allowBotChats, + boolean allowGroupChats, + boolean allowChannelChats)
        +
        +
        The chat needs to be chosen by the + user among chats of the specified types.
        +
        + +
        +
        The chat needs to be chosen by the + user among chats of the specified types.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        boolean
        + +
         
        +
        int
        + +
         
        +
        int
        + +
         
        +
        void
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from class it.tdlight.jni.TdApi.Object

        +serialize, toString
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          allowUserChats

          +
          public boolean allowUserChats
          +
          True, if private chats with ordinary + users are allowed.
          +
          +
        • +
        • +
          +

          allowBotChats

          +
          public boolean allowBotChats
          +
          True, if private chats with other bots are allowed.
          +
          +
        • +
        • +
          +

          allowGroupChats

          +
          public boolean allowGroupChats
          +
          True, if basic group and supergroup + chats are allowed.
          +
          +
        • +
        • +
          +

          allowChannelChats

          +
          public boolean allowChannelChats
          +
          True, if channel chats are allowed.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          TargetChatChosen

          +
          public TargetChatChosen()
          +
          The chat needs to be chosen by the + user among chats of the specified types.
          +
          +
        • +
        • +
          +

          TargetChatChosen

          +
          public TargetChatChosen(boolean allowUserChats, + boolean allowBotChats, + boolean allowGroupChats, + boolean allowChannelChats)
          +
          The chat needs to be chosen by the + user among chats of the specified types.
          +
          +
          Parameters:
          +
          allowUserChats - boolean True, if private chats with ordinary + users are allowed.
          +
          allowBotChats - boolean True, if private chats with other bots are allowed.
          +
          allowGroupChats - boolean True, if basic group and supergroup + chats are allowed.
          +
          allowChannelChats - boolean True, if channel chats are allowed.
          +
          +
          +
        • +
        • +
          +

          TargetChatChosen

          +
          public TargetChatChosen(DataInput input) + throws IOException
          +
          The chat needs to be chosen by the + user among chats of the specified types.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.TargetChatCurrent.html b/tdlight.api/it/tdlight/jni/TdApi.TargetChatCurrent.html new file mode 100644 index 00000000000..3987812fe1c --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.TargetChatCurrent.html @@ -0,0 +1,285 @@ + + + + +TdApi.TargetChatCurrent (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.TargetChatCurrent

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.TargetChat +
      it.tdlight.jni.TdApi.TargetChatCurrent
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.TargetChatCurrent +extends TdApi.TargetChat
      +
      The currently opened chat needs to be kept.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          TargetChatCurrent

          +
          public TargetChatCurrent()
          +
          The currently opened chat needs to be kept.
          +
          +
        • +
        • +
          +

          TargetChatCurrent

          +
          public TargetChatCurrent(DataInput input) + throws IOException
          +
          The currently opened chat needs to be kept.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.TargetChatInternalLink.html b/tdlight.api/it/tdlight/jni/TdApi.TargetChatInternalLink.html new file mode 100644 index 00000000000..129400d2b94 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.TargetChatInternalLink.html @@ -0,0 +1,319 @@ + + + + +TdApi.TargetChatInternalLink (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.TargetChatInternalLink

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.TargetChat +
      it.tdlight.jni.TdApi.TargetChatInternalLink
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.TargetChatInternalLink +extends TdApi.TargetChat
      +
      The chat needs to be open with the + provided internal link.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        + +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          TargetChatInternalLink

          +
          public TargetChatInternalLink()
          +
          The chat needs to be open with the + provided internal link.
          +
          +
        • +
        • +
          +

          TargetChatInternalLink

          +
          public TargetChatInternalLink(TdApi.InternalLinkType link)
          +
          The chat needs to be open with the + provided internal link.
          +
          +
          Parameters:
          +
          link - InternalLinkType An internal link pointing to the chat.
          +
          +
          +
        • +
        • +
          +

          TargetChatInternalLink

          +
          public TargetChatInternalLink(DataInput input) + throws IOException
          +
          The chat needs to be open with the + provided internal link.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.TdlibParameters.html b/tdlight.api/it/tdlight/jni/TdApi.TdlibParameters.html index 499b8b98e46..3579db39abe 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.TdlibParameters.html +++ b/tdlight.api/it/tdlight/jni/TdApi.TdlibParameters.html @@ -2,7 +2,7 @@ -TdApi.TdlibParameters (tdlight API 4.0.262 API) +TdApi.TdlibParameters (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.ToggleSupergroupJoinByRequest

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.Function<TdApi.Ok> +
      it.tdlight.jni.TdApi.ToggleSupergroupJoinByRequest
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.ToggleSupergroupJoinByRequest +extends TdApi.Function<TdApi.Ok>
      +
      Toggles whether all users directly + joining the supergroup need to be + approved by supergroup administrators; + requires canRestrictMembers administrator right. + Returns Ok
      +
      +
      +
        + +
      • +
        +

        Field Summary

        +
        Fields
        +
        +
        Modifier and Type
        +
        Field
        +
        Description
        +
        static final int
        + +
         
        +
        boolean
        + +
        +
        New value of joinByRequest.
        +
        +
        long
        + +
        +
        Identifier of the channel.
        +
        +
        +
        +
      • + +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        + +
        +
        Toggles whether all users directly + joining the supergroup need to be + approved by supergroup administrators; + requires canRestrictMembers administrator right.
        +
        +
        ToggleSupergroupJoinByRequest(long supergroupId, + boolean joinByRequest)
        +
        +
        Toggles whether all users directly + joining the supergroup need to be + approved by supergroup administrators; + requires canRestrictMembers administrator right.
        +
        + +
        +
        Toggles whether all users directly + joining the supergroup need to be + approved by supergroup administrators; + requires canRestrictMembers administrator right.
        +
        +
        +
        +
      • + +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        boolean
        + +
         
        +
        int
        + +
         
        +
        int
        + +
         
        +
        void
        + +
         
        +
        +
        +
        +
        +

        Methods inherited from class it.tdlight.jni.TdApi.Function

        +toString
        +
        +

        Methods inherited from class it.tdlight.jni.TdApi.Object

        +serialize
        +
        +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
        +
        +
      • +
      +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          supergroupId

          +
          public long supergroupId
          +
          Identifier of the channel.
          +
          +
        • +
        • +
          +

          joinByRequest

          +
          public boolean joinByRequest
          +
          New value of joinByRequest.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          ToggleSupergroupJoinByRequest

          +
          public ToggleSupergroupJoinByRequest()
          +
          Toggles whether all users directly + joining the supergroup need to be + approved by supergroup administrators; + requires canRestrictMembers administrator right. + Returns Ok
          +
          +
        • +
        • +
          +

          ToggleSupergroupJoinByRequest

          +
          public ToggleSupergroupJoinByRequest(long supergroupId, + boolean joinByRequest)
          +
          Toggles whether all users directly + joining the supergroup need to be + approved by supergroup administrators; + requires canRestrictMembers administrator right. + Returns Ok
          +
          +
          Parameters:
          +
          supergroupId - long Identifier of the channel.
          +
          joinByRequest - boolean New value of joinByRequest.
          +
          +
          +
        • +
        • +
          +

          ToggleSupergroupJoinByRequest

          +
          public ToggleSupergroupJoinByRequest(DataInput input) + throws IOException
          +
          Toggles whether all users directly + joining the supergroup need to be + approved by supergroup administrators; + requires canRestrictMembers administrator right. + Returns Ok
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ToggleSupergroupJoinToSendMessages.html b/tdlight.api/it/tdlight/jni/TdApi.ToggleSupergroupJoinToSendMessages.html new file mode 100644 index 00000000000..d69cd46a1dc --- /dev/null +++ b/tdlight.api/it/tdlight/jni/TdApi.ToggleSupergroupJoinToSendMessages.html @@ -0,0 +1,348 @@ + + + + +TdApi.ToggleSupergroupJoinToSendMessages (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.ToggleSupergroupJoinToSendMessages

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.Function<TdApi.Ok> +
      it.tdlight.jni.TdApi.ToggleSupergroupJoinToSendMessages
      +
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.ToggleSupergroupJoinToSendMessages +extends TdApi.Function<TdApi.Ok>
      +
      Toggles whether joining is mandatory + to send messages to a discussion + supergroup; requires canRestrictMembers administrator right. + Returns Ok
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          supergroupId

          +
          public long supergroupId
          +
          Identifier of the supergroup.
          +
          +
        • +
        • +
          +

          joinToSendMessages

          +
          public boolean joinToSendMessages
          +
          New value of joinToSendMessages.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          ToggleSupergroupJoinToSendMessages

          +
          public ToggleSupergroupJoinToSendMessages()
          +
          Toggles whether joining is mandatory + to send messages to a discussion + supergroup; requires canRestrictMembers administrator right. + Returns Ok
          +
          +
        • +
        • +
          +

          ToggleSupergroupJoinToSendMessages

          +
          public ToggleSupergroupJoinToSendMessages(long supergroupId, + boolean joinToSendMessages)
          +
          Toggles whether joining is mandatory + to send messages to a discussion + supergroup; requires canRestrictMembers administrator right. + Returns Ok
          +
          +
          Parameters:
          +
          supergroupId - long Identifier of the supergroup.
          +
          joinToSendMessages - boolean New value of joinToSendMessages.
          +
          +
          +
        • +
        • +
          +

          ToggleSupergroupJoinToSendMessages

          +
          public ToggleSupergroupJoinToSendMessages(DataInput input) + throws IOException
          +
          Toggles whether joining is mandatory + to send messages to a discussion + supergroup; requires canRestrictMembers administrator right. + Returns Ok
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ToggleSupergroupSignMessages.html b/tdlight.api/it/tdlight/jni/TdApi.ToggleSupergroupSignMessages.html index 0c0d7ce492f..6ec66fa31ba 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ToggleSupergroupSignMessages.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ToggleSupergroupSignMessages.html @@ -2,7 +2,7 @@ -TdApi.ToggleSupergroupSignMessages (tdlight API 4.0.262 API) +TdApi.ToggleSupergroupSignMessages (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.TrendingStickerSets

      +
      +
      java.lang.Object +
      it.tdlight.jni.TdApi.Object +
      it.tdlight.jni.TdApi.TrendingStickerSets
      +
      +
      +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.TrendingStickerSets +extends TdApi.Object
      +
      Represents a list of trending sticker sets.
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        +
          +
        • +
          +

          totalCount

          +
          public int totalCount
          +
          Approximate total number of trending sticker sets.
          +
          +
        • +
        • +
          +

          sets

          +
          public TdApi.StickerSetInfo[] sets
          +
          List of trending sticker sets.
          +
          +
        • +
        • +
          +

          isPremium

          +
          public boolean isPremium
          +
          True, if the list contains sticker + sets with premium stickers.
          +
          +
        • +
        • +
          +

          CONSTRUCTOR

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

        Constructor Details

        +
          +
        • +
          +

          TrendingStickerSets

          +
          public TrendingStickerSets()
          +
          Represents a list of trending sticker sets.
          +
          +
        • +
        • +
          +

          TrendingStickerSets

          +
          public TrendingStickerSets(int totalCount, + TdApi.StickerSetInfo[] sets, + boolean isPremium)
          +
          Represents a list of trending sticker sets.
          +
          +
          Parameters:
          +
          totalCount - int Approximate total number of trending sticker sets.
          +
          sets - StickerSetInfo[] List of trending sticker sets.
          +
          isPremium - boolean True, if the list contains sticker + sets with premium stickers.
          +
          +
          +
        • +
        • +
          +

          TrendingStickerSets

          +
          public TrendingStickerSets(DataInput input) + throws IOException
          +
          Represents a list of trending sticker sets.
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.UnpinAllChatMessages.html b/tdlight.api/it/tdlight/jni/TdApi.UnpinAllChatMessages.html index c38d00bd05c..6225e2387c8 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.UnpinAllChatMessages.html +++ b/tdlight.api/it/tdlight/jni/TdApi.UnpinAllChatMessages.html @@ -2,7 +2,7 @@ -TdApi.UnpinAllChatMessages (tdlight API 4.0.262 API) +TdApi.UnpinAllChatMessages (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      + +
      +
      Module tdlight.api
      + +

      Class TdApi.ViewPremiumFeature

      +
      + +
      +
      +
      Enclosing class:
      +
      TdApi
      +
      +
      +
      public static final class TdApi.ViewPremiumFeature +extends TdApi.Function<TdApi.Ok>
      +
      Informs TDLib that the user viewed + detailed information about a Premium + feature on the Premium features screen. + Returns Ok
      +
      +
      + +
      +
      +
        + +
      • +
        +

        Field Details

        + +
        +
      • + +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          ViewPremiumFeature

          +
          public ViewPremiumFeature()
          +
          Informs TDLib that the user viewed + detailed information about a Premium + feature on the Premium features screen. + Returns Ok
          +
          +
        • +
        • +
          +

          ViewPremiumFeature

          +
          public ViewPremiumFeature(TdApi.PremiumFeature feature)
          +
          Informs TDLib that the user viewed + detailed information about a Premium + feature on the Premium features screen. + Returns Ok
          +
          +
          Parameters:
          +
          feature - PremiumFeature The viewed premium feature.
          +
          +
          +
        • +
        • +
          +

          ViewPremiumFeature

          +
          public ViewPremiumFeature(DataInput input) + throws IOException
          +
          Informs TDLib that the user viewed + detailed information about a Premium + feature on the Premium features screen. + Returns Ok
          +
          +
          Throws:
          +
          IOException
          +
          +
          +
        • +
        +
        +
      • + +
      • +
        +

        Method Details

        + +
        +
      • +
      +
      + +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html b/tdlight.api/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html index 18af3f5c758..701e0ac815e 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html +++ b/tdlight.api/it/tdlight/jni/TdApi.ViewTrendingStickerSets.html @@ -2,7 +2,7 @@ -TdApi.ViewTrendingStickerSets (tdlight API 4.0.262 API) +TdApi.ViewTrendingStickerSets (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.AvailableReactions.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.AvailableReactions.html index a188b8e593a..d752fbc84a5 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.AvailableReactions.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.AvailableReactions.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.AvailableReactions (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.AvailableReactions (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.ClickPremiumSubscriptionButton
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.Close.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.Close.html index 6c4607bca52..9ab15b32372 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.Close.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.Close.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.Close (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.Close (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.CreateInvoiceLink
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CreateNewBasicGroupChat.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CreateNewBasicGroupChat.html index 3b5e1a5e7c8..a966092c895 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.CreateNewBasicGroupChat.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CreateNewBasicGroupChat.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.CreateNewBasicGroupChat (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.CreateNewBasicGroupChat (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.FileDownloadedPrefixSize
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.FilePart.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.FilePart.html index 1ede17b1cdd..72595fa6ce6 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.FilePart.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.FilePart.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.FilePart (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.FilePart (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.GetAllAnimatedEmojis
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAllPassportElements.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAllPassportElements.html index 1d897163c5c..e47eb5ce261 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAllPassportElements.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAllPassportElements.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetAllPassportElements (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.GetAllPassportElements (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.GetPremiumFeatures
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetPremiumLimit.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetPremiumLimit.html new file mode 100644 index 00000000000..1245240e1ca --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetPremiumLimit.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.GetPremiumLimit (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

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

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

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

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

      +
      +No usage of it.tdlight.jni.TdApi.GetPremiumStickers
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetProxies.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetProxies.html index 4f7aafb3ced..ca354eb95f3 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetProxies.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetProxies.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetProxies (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.GetProxies (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.InputInvoiceMessage.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputInvoiceMessage.html new file mode 100644 index 00000000000..3e5d9c3fe90 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputInvoiceMessage.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.InputInvoiceMessage (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

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

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

      +
      +No usage of it.tdlight.jni.TdApi.InputInvoiceName
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.InputMessageAnimation.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputMessageAnimation.html index 65bed25e000..c0d7630c21d 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.InputMessageAnimation.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.InputMessageAnimation.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.InputMessageAnimation (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.InputMessageAnimation (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.InternalLinkTypeInvoice
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypeLanguagePack.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypeLanguagePack.html index 62a7a8b85b3..f678c28c212 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypeLanguagePack.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypeLanguagePack.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.InternalLinkTypeLanguagePack (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.InternalLinkTypeLanguagePack (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.InternalLinkTypePremiumFeatures
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html index 9cfaa37a1fd..82e7738da74 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.InternalLinkTypePrivacyAndSecuritySettings.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.InternalLinkTypePrivacyAndSecuritySettings (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.InternalLinkTypePrivacyAndSecuritySettings (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentProviderOther.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentProviderOther.html new file mode 100644 index 00000000000..061e9067f80 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentProviderOther.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.PaymentProviderOther (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.PaymentProviderOther
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentProviderSmartGlocal.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentProviderSmartGlocal.html new file mode 100644 index 00000000000..6b56920f004 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentProviderSmartGlocal.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.PaymentProviderSmartGlocal (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

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

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

      +
      +No usage of it.tdlight.jni.TdApi.PaymentProviderStripe
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentReceipt.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentReceipt.html index 6a6ab5de2f4..961a73e68e4 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentReceipt.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentReceipt.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.PaymentReceipt (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.PaymentReceipt (tdlight API 4.0.263 API) + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +
      + +
      +
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAdvancedChatManagement.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAdvancedChatManagement.html new file mode 100644 index 00000000000..c5e20312ae8 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAdvancedChatManagement.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.PremiumFeatureAdvancedChatManagement (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.PremiumFeatureAdvancedChatManagement
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAnimatedProfilePhoto.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAnimatedProfilePhoto.html new file mode 100644 index 00000000000..6227983d32d --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAnimatedProfilePhoto.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.PremiumFeatureAnimatedProfilePhoto (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

      +
      +No usage of it.tdlight.jni.TdApi.PremiumFeatureAnimatedProfilePhoto
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAppIcons.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAppIcons.html new file mode 100644 index 00000000000..47f53134512 --- /dev/null +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeatureAppIcons.html @@ -0,0 +1,69 @@ + + + + +Uses of Class it.tdlight.jni.TdApi.PremiumFeatureAppIcons (tdlight API 4.0.263 API) + + + + + + + + + + + + + + + +
      + +
      +
      +
      +

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

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

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

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

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

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

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

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

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

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

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

      +
      +No usage of it.tdlight.jni.TdApi.PremiumFeatureProfileBadge
      +
      +
      + +
      +
      +
      + + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentsProviderStripe.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeaturePromotionAnimation.html similarity index 62% rename from tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentsProviderStripe.html rename to tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeaturePromotionAnimation.html index 1f9e336a011..52a6d0f57d2 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.PaymentsProviderStripe.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.PremiumFeaturePromotionAnimation.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.PaymentsProviderStripe (tdlight API 4.0.262 API) +Uses of Class it.tdlight.jni.TdApi.PremiumFeaturePromotionAnimation (tdlight API 4.0.263 API) - + @@ -37,7 +37,7 @@ loadScripts(document, 'script');