Package org.drinkless.tdlib
Class TdApi.GetPremiumStickers
- Enclosing class:
- TdApi
Returns premium stickers from regular sticker sets.
Returns Stickers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
The maximum number of stickers to be returned; 0-100. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns premium stickers from regular sticker sets.GetPremiumStickers
(int limit) Creates a function, which returns premium stickers from regular sticker sets. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
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
-
GetPremiumStickers
public GetPremiumStickers()Default constructor for a function, which returns premium stickers from regular sticker sets.Returns
Stickers
-
GetPremiumStickers
public GetPremiumStickers(int limit) Creates a function, which returns premium stickers from regular sticker sets.Returns
Stickers
- Parameters:
limit
- The maximum number of stickers to be returned; 0-100.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-