public static class TdApi.GetPremiumStickers extends TdApi.Function<TdApi.Stickers>
Returns Stickers
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of stickers to be returned; 0-100.
|
| Constructor and Description |
|---|
GetPremiumStickers()
Default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int limit
public static final int CONSTRUCTOR
public GetPremiumStickers()
Returns Stickers
public GetPremiumStickers(int limit)
Returns Stickers
limit - The maximum number of stickers to be returned; 0-100.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object