Package org.drinkless.tdlib
Class TdApi.SearchStickerSet
- Enclosing class:
- TdApi
Searches for a sticker set by its name.
Returns StickerSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to ignore local cache of sticker sets and always send a network request.Name of the sticker set. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches for a sticker set by its name.SearchStickerSet(String name, boolean ignoreCache) Creates a function, which searches for a sticker set by its name. -
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
-
name
Name of the sticker set. -
ignoreCache
public boolean ignoreCachePass true to ignore local cache of sticker sets and always send a network request. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchStickerSet
public SearchStickerSet()Default constructor for a function, which searches for a sticker set by its name.Returns
StickerSet -
SearchStickerSet
Creates a function, which searches for a sticker set by its name.Returns
StickerSet- Parameters:
name- Name of the sticker set.ignoreCache- Pass true to ignore local cache of sticker sets and always send a network request.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-