Package org.drinkless.tdlib
Class TdApi.SearchStickerSet
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SearchStickerSet
-
- Enclosing class:
- TdApi
public static class TdApi.SearchStickerSet extends TdApi.Function
Searches for a sticker set by its name.Returns
StickerSet
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringnameName of the sticker set.
-
Constructor Summary
Constructors Constructor Description SearchStickerSet()Default constructor for a function, which searches for a sticker set by its name.SearchStickerSet(String name)Creates a function, which searches for a sticker set by its name.
-
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
-
name
public String name
Name of the sticker set.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SearchStickerSet
public SearchStickerSet()
Default constructor for a function, which searches for a sticker set by its name.Returns
StickerSet
-
SearchStickerSet
public SearchStickerSet(String name)
Creates a function, which searches for a sticker set by its name.Returns
StickerSet- Parameters:
name- Name of the sticker set.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-