Package org.drinkless.tdlib
Class TdApi.SearchStickers
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SearchStickers
-
- Enclosing class:
- TdApi
public static class TdApi.SearchStickers extends TdApi.Function
Searches for stickers from public sticker sets that correspond to a given emoji.Returns
Stickers
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringemojiString representation of emoji; must be non-empty.intlimitThe maximum number of stickers to be returned.
-
Constructor Summary
Constructors Constructor Description SearchStickers()Default constructor for a function, which searches for stickers from public sticker sets that correspond to a given emoji.SearchStickers(String emoji, int limit)Creates a function, which searches for stickers from public sticker sets that correspond to a given emoji.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
emoji
public String emoji
String representation of emoji; must be non-empty.
-
limit
public int limit
The maximum number of stickers to be returned.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SearchStickers
public SearchStickers()
Default constructor for a function, which searches for stickers from public sticker sets that correspond to a given emoji.Returns
Stickers
-
SearchStickers
public SearchStickers(String emoji, int limit)
Creates a function, which searches for stickers from public sticker sets that correspond to a given emoji.Returns
Stickers- Parameters:
emoji- String representation of emoji; must be non-empty.limit- The maximum number of stickers to be returned.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-