Package it.tdlight.jni
Class TdApi.SearchStickerSets
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SearchStickerSets
- Enclosing class:
- TdApi
public static class TdApi.SearchStickerSets extends TdApi.Function
Searches for ordinary sticker sets by
looking for specified query in their
title and name. Excludes installed
sticker sets from the results.
Returns StickerSets
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
query
Query to search for. -
Constructor Summary
Constructors Constructor Description SearchStickerSets()
Searches for ordinary sticker sets by looking for specified query in their title and name.SearchStickerSets(DataInput input)
SearchStickerSets(String query)
Searches for ordinary sticker sets by looking for specified query in their title and name. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
query
Query to search for. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
SearchStickerSets
public SearchStickerSets()Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.Returns
StickerSets
-
SearchStickerSets
Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.Returns
StickerSets
- Parameters:
query
- String Query to search for.
-
SearchStickerSets
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-