diff --git a/allclasses-index.html b/allclasses-index.html index 2e10ec851a2..343e8588482 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -2,7 +2,7 @@ -All Classes and Interfaces (TDLight API 4.0.451 API) +All Classes and Interfaces (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.AllowBotToSendMessages

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.Function<TdApi.Ok> +
it.tdlight.jni.TdApi.AllowBotToSendMessages
+
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.AllowBotToSendMessages +extends TdApi.Function<TdApi.Ok>
+
Allows the specified bot to send messages to the user. +

Returns Ok

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      botUserId

      +
      public long botUserId
      +
      Identifier of the target bot.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      Identifier uniquely determining type of the object.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AllowBotToSendMessages

      +
      public AllowBotToSendMessages()
      +
      Allows the specified bot to send messages to the user. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      AllowBotToSendMessages

      +
      public AllowBotToSendMessages(long botUserId)
      +
      Allows the specified bot to send messages to the user. + +

      Returns Ok

      +
      +
      Parameters:
      +
      botUserId - Identifier of the target bot. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      AllowBotToSendMessages

      +
      public AllowBotToSendMessages(DataInput input) + throws IOException
      +
      Allows the specified bot to send messages to the user. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConstructor

      +
      public int getConstructor()
      +
      Description copied from class: TdApi.Object
      +
      Returns an identifier uniquely determining type of the object.
      +
      +
      Specified by:
      +
      getConstructor in class TdApi.Object
      +
      Returns:
      +
      this.CONSTRUCTOR
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.AnimatedChatPhoto.html b/tdlight.api/it/tdlight/jni/TdApi.AnimatedChatPhoto.html index e3910aec771..28c083413dc 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.AnimatedChatPhoto.html +++ b/tdlight.api/it/tdlight/jni/TdApi.AnimatedChatPhoto.html @@ -2,7 +2,7 @@ -TdApi.AnimatedChatPhoto (TDLight API 4.0.451 API) +TdApi.AnimatedChatPhoto (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.CanBotSendMessages

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.CanBotSendMessages +extends TdApi.Function<TdApi.Ok>
+
Checks whether the specified bot can send messages to the user. + Returns a 404 error if can't and the access can be granted by call to + allowBotToSendMessages. +

Returns Ok

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    long
    + +
    +
    Identifier of the target bot.
    +
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Checks whether the specified bot can send messages to the user.
    +
    +
    CanBotSendMessages(long botUserId)
    +
    +
    Checks whether the specified bot can send messages to the user.
    +
    + +
    +
    Checks whether the specified bot can send messages to the user.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    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

    +
      +
    • +
      +

      botUserId

      +
      public long botUserId
      +
      Identifier of the target bot.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      Identifier uniquely determining type of the object.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CanBotSendMessages

      +
      public CanBotSendMessages()
      +
      Checks whether the specified bot can send messages to the user. Returns a 404 error if can't and the access can be granted by call to allowBotToSendMessages. + +

      Returns Ok

      +
      +
    • +
    • +
      +

      CanBotSendMessages

      +
      public CanBotSendMessages(long botUserId)
      +
      Checks whether the specified bot can send messages to the user. Returns a 404 error if can't and the access can be granted by call to allowBotToSendMessages. + +

      Returns Ok

      +
      +
      Parameters:
      +
      botUserId - Identifier of the target bot. + +

      Returns Ok

      +
      +
      +
    • +
    • +
      +

      CanBotSendMessages

      +
      public CanBotSendMessages(DataInput input) + throws IOException
      +
      Checks whether the specified bot can send messages to the user. Returns a 404 error if can't and the access can be granted by call to allowBotToSendMessages. + +

      Returns Ok

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConstructor

      +
      public int getConstructor()
      +
      Description copied from class: TdApi.Object
      +
      Returns an identifier uniquely determining type of the object.
      +
      +
      Specified by:
      +
      getConstructor in class TdApi.Object
      +
      Returns:
      +
      this.CONSTRUCTOR
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.CanPurchasePremium.html b/tdlight.api/it/tdlight/jni/TdApi.CanPurchasePremium.html index db8e51ec282..a8761a12d31 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.CanPurchasePremium.html +++ b/tdlight.api/it/tdlight/jni/TdApi.CanPurchasePremium.html @@ -2,7 +2,7 @@ -TdApi.CanPurchasePremium (TDLight API 4.0.451 API) +TdApi.CanPurchasePremium (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.FoundPositions

+
+
java.lang.Object +
it.tdlight.jni.TdApi.Object +
it.tdlight.jni.TdApi.FoundPositions
+
+
+
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.FoundPositions +extends TdApi.Object
+
Contains 0-based positions of matched objects.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    +
    int[]
    + +
    +
    The positions of the matched objects.
    +
    +
    int
    + +
    +
    Total number of matched objects.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Contains 0-based positions of matched objects.
    +
    +
    FoundPositions(int totalCount, + int[] positions)
    +
    +
    Contains 0-based positions of matched objects.
    +
    + +
    +
    Contains 0-based positions of matched objects.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    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

    +
      +
    • +
      +

      totalCount

      +
      public int totalCount
      +
      Total number of matched objects.
      +
      +
    • +
    • +
      +

      positions

      +
      public int[] positions
      +
      The positions of the matched objects.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      Identifier uniquely determining type of the object.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FoundPositions

      +
      public FoundPositions()
      +
      Contains 0-based positions of matched objects.
      +
      +
    • +
    • +
      +

      FoundPositions

      +
      public FoundPositions(int totalCount, + int[] positions)
      +
      Contains 0-based positions of matched objects.
      +
      +
      Parameters:
      +
      totalCount - Total number of matched objects.
      +
      positions - The positions of the matched objects.
      +
      +
      +
    • +
    • +
      +

      FoundPositions

      +
      public FoundPositions(DataInput input) + throws IOException
      +
      Contains 0-based positions of matched objects.
      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConstructor

      +
      public int getConstructor()
      +
      Description copied from class: TdApi.Object
      +
      Returns an identifier uniquely determining type of the object.
      +
      +
      Specified by:
      +
      getConstructor in class TdApi.Object
      +
      Returns:
      +
      this.CONSTRUCTOR
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.FoundWebApp.html b/tdlight.api/it/tdlight/jni/TdApi.FoundWebApp.html index 59be206cbbe..85a3afab2fe 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.FoundWebApp.html +++ b/tdlight.api/it/tdlight/jni/TdApi.FoundWebApp.html @@ -2,7 +2,7 @@ -TdApi.FoundWebApp (TDLight API 4.0.451 API) +TdApi.FoundWebApp (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.GetAllStickerEmojis

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.GetAllStickerEmojis +extends TdApi.Function<TdApi.Emojis>
+
Returns unique emoji that correspond to stickers to be found by the + getStickers(stickerType, query, 1000000, chatId). +

Returns Emojis

+
+
+
    + +
  • +
    +

    Field Summary

    +
    Fields
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    long
    + +
    +
    Chat identifier for which to find stickers.
    +
    +
    static final int
    + +
    +
    Identifier uniquely determining type of the object.
    +
    + + +
    +
    Search query.
    +
    +
    boolean
    + +
    +
    Pass true if only main emoji for each found sticker must be included in the result.
    +
    + + +
    +
    Type of the stickers to search for.
    +
    +
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).
    +
    +
    GetAllStickerEmojis(TdApi.StickerType stickerType, + String query, + long chatId, + boolean returnOnlyMainEmoji)
    +
    +
    Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).
    +
    + +
    +
    Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId).
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    +
    int
    + +
    +
    Returns an identifier uniquely determining type of the object.
    +
    +
    int
    + +
     
    +
    void
    + +
    +
    Serialize the TDLib class
    +
    +
    +
    +
    +
    +

    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

    +
      +
    • +
      +

      stickerType

      +
      public TdApi.StickerType stickerType
      +
      Type of the stickers to search for.
      +
      +
    • +
    • +
      +

      query

      +
      public String query
      +
      Search query.
      +
      +
    • +
    • +
      +

      chatId

      +
      public long chatId
      +
      Chat identifier for which to find stickers.
      +
      +
    • +
    • +
      +

      returnOnlyMainEmoji

      +
      public boolean returnOnlyMainEmoji
      +
      Pass true if only main emoji for each found sticker must be included in the result.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      Identifier uniquely determining type of the object.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      GetAllStickerEmojis

      +
      public GetAllStickerEmojis()
      +
      Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId). + +

      Returns Emojis

      +
      +
    • +
    • +
      +

      GetAllStickerEmojis

      +
      public GetAllStickerEmojis(TdApi.StickerType stickerType, + String query, + long chatId, + boolean returnOnlyMainEmoji)
      +
      Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId). + +

      Returns Emojis

      +
      +
      Parameters:
      +
      stickerType - Type of the stickers to search for.
      +
      query - Search query.
      +
      chatId - Chat identifier for which to find stickers.
      +
      returnOnlyMainEmoji - Pass true if only main emoji for each found sticker must be included in the result. + +

      Returns Emojis

      +
      +
      +
    • +
    • +
      +

      GetAllStickerEmojis

      +
      public GetAllStickerEmojis(DataInput input) + throws IOException
      +
      Returns unique emoji that correspond to stickers to be found by the getStickers(stickerType, query, 1000000, chatId). + +

      Returns Emojis

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConstructor

      +
      public int getConstructor()
      +
      Description copied from class: TdApi.Object
      +
      Returns an identifier uniquely determining type of the object.
      +
      +
      Specified by:
      +
      getConstructor in class TdApi.Object
      +
      Returns:
      +
      this.CONSTRUCTOR
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.GetAnimatedEmoji.html b/tdlight.api/it/tdlight/jni/TdApi.GetAnimatedEmoji.html index 3cfed473e49..041a89c8172 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.GetAnimatedEmoji.html +++ b/tdlight.api/it/tdlight/jni/TdApi.GetAnimatedEmoji.html @@ -2,7 +2,7 @@ -TdApi.GetAnimatedEmoji (TDLight API 4.0.451 API) +TdApi.GetAnimatedEmoji (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SearchStringsByPrefix

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SearchStringsByPrefix +extends TdApi.Function<TdApi.FoundPositions>
+
Searches specified query by word prefixes in the provided strings. + Returns 0-based positions of strings that matched. Can be called + synchronously. +

Returns FoundPositions

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      strings

      +
      public String[] strings
      +
      The strings to search in for the query.
      +
      +
    • +
    • +
      +

      query

      +
      public String query
      +
      Query to search for.
      +
      +
    • +
    • +
      +

      limit

      +
      public int limit
      +
      The maximum number of objects to return.
      +
      +
    • +
    • +
      +

      returnNoneForEmptyQuery

      +
      public boolean returnNoneForEmptyQuery
      +
      Pass true to receive no results for an empty query.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      Identifier uniquely determining type of the object.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SearchStringsByPrefix

      +
      public SearchStringsByPrefix()
      +
      Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously. + +

      Returns FoundPositions

      +
      +
    • +
    • +
      +

      SearchStringsByPrefix

      +
      public SearchStringsByPrefix(String[] strings, + String query, + int limit, + boolean returnNoneForEmptyQuery)
      +
      Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously. + +

      Returns FoundPositions

      +
      +
      Parameters:
      +
      strings - The strings to search in for the query.
      +
      query - Query to search for.
      +
      limit - The maximum number of objects to return.
      +
      returnNoneForEmptyQuery - Pass true to receive no results for an empty query. + +

      Returns FoundPositions

      +
      +
      +
    • +
    • +
      +

      SearchStringsByPrefix

      +
      public SearchStringsByPrefix(DataInput input) + throws IOException
      +
      Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously. + +

      Returns FoundPositions

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConstructor

      +
      public int getConstructor()
      +
      Description copied from class: TdApi.Object
      +
      Returns an identifier uniquely determining type of the object.
      +
      +
      Specified by:
      +
      getConstructor in class TdApi.Object
      +
      Returns:
      +
      this.CONSTRUCTOR
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SearchUserByPhoneNumber.html b/tdlight.api/it/tdlight/jni/TdApi.SearchUserByPhoneNumber.html index 838d92e06fd..85b73b01633 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SearchUserByPhoneNumber.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SearchUserByPhoneNumber.html @@ -2,7 +2,7 @@ -TdApi.SearchUserByPhoneNumber (TDLight API 4.0.451 API) +TdApi.SearchUserByPhoneNumber (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+ +
+
Module tdlight.api
+ +

Class TdApi.SendWebAppCustomRequest

+
+ +
+
+
Enclosing class:
+
TdApi
+
+
+
public static final class TdApi.SendWebAppCustomRequest +extends TdApi.Function<TdApi.CustomRequestResult>
+
Sends a custom request from a Web App. +

Returns CustomRequestResult

+
+
+ +
+
+
    + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      botUserId

      +
      public long botUserId
      +
      Identifier of the bot.
      +
      +
    • +
    • +
      +

      method

      +
      public String method
      +
      The method name.
      +
      +
    • +
    • +
      +

      parameters

      +
      public String parameters
      +
      JSON-serialized method parameters.
      +
      +
    • +
    • +
      +

      CONSTRUCTOR

      +
      public static final int CONSTRUCTOR
      +
      Identifier uniquely determining type of the object.
      +
      +
      See Also:
      +
      + +
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      SendWebAppCustomRequest

      +
      public SendWebAppCustomRequest()
      +
      Sends a custom request from a Web App. + +

      Returns CustomRequestResult

      +
      +
    • +
    • +
      +

      SendWebAppCustomRequest

      +
      public SendWebAppCustomRequest(long botUserId, + String method, + String parameters)
      +
      Sends a custom request from a Web App. + +

      Returns CustomRequestResult

      +
      +
      Parameters:
      +
      botUserId - Identifier of the bot.
      +
      method - The method name.
      +
      parameters - JSON-serialized method parameters. + +

      Returns CustomRequestResult

      +
      +
      +
    • +
    • +
      +

      SendWebAppCustomRequest

      +
      public SendWebAppCustomRequest(DataInput input) + throws IOException
      +
      Sends a custom request from a Web App. + +

      Returns CustomRequestResult

      +
      +
      Parameters:
      +
      input - Serialized input
      +
      Throws:
      +
      IOException - the deserialization failed
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getConstructor

      +
      public int getConstructor()
      +
      Description copied from class: TdApi.Object
      +
      Returns an identifier uniquely determining type of the object.
      +
      +
      Specified by:
      +
      getConstructor in class TdApi.Object
      +
      Returns:
      +
      this.CONSTRUCTOR
      +
      +
      +
    • +
    • +
      +

      serialize

      +
      public void serialize(DataOutput output) + throws IOException
      +
      Serialize the TDLib class
      +
      +
      Specified by:
      +
      serialize in class TdApi.Object
      +
      Parameters:
      +
      output - output data stream
      +
      Throws:
      +
      IOException - the serialization failed
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public boolean equals(Object o)
      +
      +
      Overrides:
      +
      equals in class Object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public int hashCode()
      +
      +
      Overrides:
      +
      hashCode in class Object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/TdApi.SendWebAppData.html b/tdlight.api/it/tdlight/jni/TdApi.SendWebAppData.html index c6cee026401..b30182f3f00 100644 --- a/tdlight.api/it/tdlight/jni/TdApi.SendWebAppData.html +++ b/tdlight.api/it/tdlight/jni/TdApi.SendWebAppData.html @@ -2,7 +2,7 @@ -TdApi.SendWebAppData (TDLight API 4.0.451 API) +TdApi.SendWebAppData (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.AllowBotToSendMessages
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.AnimatedChatPhoto.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.AnimatedChatPhoto.html index 4a28c6d56da..6744fe0197a 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.AnimatedChatPhoto.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.AnimatedChatPhoto.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.AnimatedChatPhoto (TDLight API 4.0.451 API) +Uses of Class it.tdlight.jni.TdApi.AnimatedChatPhoto (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.CanBotSendMessages
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanPurchasePremium.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanPurchasePremium.html index abfafbb7dc4..e1e14702007 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.CanPurchasePremium.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.CanPurchasePremium.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.CanPurchasePremium (TDLight API 4.0.451 API) +Uses of Class it.tdlight.jni.TdApi.CanPurchasePremium (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.FoundPositions
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.FoundWebApp.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.FoundWebApp.html index 9a6ac54c492..05aa3abce25 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.FoundWebApp.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.FoundWebApp.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.FoundWebApp (TDLight API 4.0.451 API) +Uses of Class it.tdlight.jni.TdApi.FoundWebApp (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.GetAllStickerEmojis
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAnimatedEmoji.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAnimatedEmoji.html index a8cb07504fd..bc1286587ca 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAnimatedEmoji.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.GetAnimatedEmoji.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.GetAnimatedEmoji (TDLight API 4.0.451 API) +Uses of Class it.tdlight.jni.TdApi.GetAnimatedEmoji (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.SearchStringsByPrefix
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SearchUserByPhoneNumber.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SearchUserByPhoneNumber.html index de733196d81..de77b83934b 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.SearchUserByPhoneNumber.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SearchUserByPhoneNumber.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.SearchUserByPhoneNumber (TDLight API 4.0.451 API) +Uses of Class it.tdlight.jni.TdApi.SearchUserByPhoneNumber (TDLight API 4.0.452 API) + + + + + + + + + + + + + + +
+ +
+
+
+

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

+
+No usage of it.tdlight.jni.TdApi.SendWebAppCustomRequest
+ +
+
+ + diff --git a/tdlight.api/it/tdlight/jni/class-use/TdApi.SendWebAppData.html b/tdlight.api/it/tdlight/jni/class-use/TdApi.SendWebAppData.html index 5a9a31883d5..d36f5faeb0e 100644 --- a/tdlight.api/it/tdlight/jni/class-use/TdApi.SendWebAppData.html +++ b/tdlight.api/it/tdlight/jni/class-use/TdApi.SendWebAppData.html @@ -2,7 +2,7 @@ -Uses of Class it.tdlight.jni.TdApi.SendWebAppData (TDLight API 4.0.451 API) +Uses of Class it.tdlight.jni.TdApi.SendWebAppData (TDLight API 4.0.452 API)