public static class TdApi.GetTrendingStickerSets extends TdApi.Function
Returns StickerSets
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of sticker sets to be returned; up to 100.
|
int |
offset
The offset from which to return the sticker sets; must be non-negative.
|
Constructor and Description |
---|
GetTrendingStickerSets()
Default constructor for a function, which returns a list of trending sticker sets.
|
GetTrendingStickerSets(int offset,
int limit)
Creates a function, which returns a list of trending sticker sets.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int offset
public int limit
public static final int CONSTRUCTOR
public GetTrendingStickerSets()
Returns StickerSets
public GetTrendingStickerSets(int offset, int limit)
Returns StickerSets
offset
- The offset from which to return the sticker sets; must be non-negative.limit
- The maximum number of sticker sets to be returned; up to 100. For optimal performance, the number of returned sticker sets is chosen by TDLib and can be smaller than the specified limit, even if the end of the list has not been reached.public int getConstructor()
getConstructor
in class TdApi.Function