Package org.drinkless.tdlib
Class TdApi.SearchStickers
- Enclosing class:
- TdApi
Searches for stickers from public sticker sets that correspond to any of the given emoji.
Returns Stickers
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Space-separated list of emojis to search for; must be non-empty.intThe maximum number of stickers to be returned; 0-100.Type of the stickers to return. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches for stickers from public sticker sets that correspond to any of the given emoji.SearchStickers(TdApi.StickerType stickerType, String emojis, int limit) Creates a function, which searches for stickers from public sticker sets that correspond to any of the given emoji. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
stickerType
Type of the stickers to return. -
emojis
Space-separated list of emojis to search for; must be non-empty. -
limit
public int limitThe maximum number of stickers to be returned; 0-100. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchStickers
public SearchStickers()Default constructor for a function, which searches for stickers from public sticker sets that correspond to any of the given emoji.Returns
Stickers -
SearchStickers
Creates a function, which searches for stickers from public sticker sets that correspond to any of the given emoji.Returns
Stickers- Parameters:
stickerType- Type of the stickers to return.emojis- Space-separated list of emojis to search for; must be non-empty.limit- The maximum number of stickers to be returned; 0-100.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Stickers>- Returns:
- this.CONSTRUCTOR
-