public static class TdApi.GetTrendingStickerSets extends TdApi.Function<TdApi.TrendingStickerSets>
Returns TrendingStickerSets
| 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.
|
TdApi.StickerType |
stickerType
Type of the sticker sets to return.
|
| Constructor and Description |
|---|
GetTrendingStickerSets()
Default constructor for a function, which returns a list of trending sticker sets.
|
GetTrendingStickerSets(TdApi.StickerType stickerType,
int offset,
int limit)
Creates a function, which returns a list of trending sticker sets.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public int offset
public int limit
public static final int CONSTRUCTOR
public GetTrendingStickerSets()
Returns TrendingStickerSets
public GetTrendingStickerSets(TdApi.StickerType stickerType, int offset, int limit)
Returns TrendingStickerSets
stickerType - Type of the sticker sets to return.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()
TdApi.ObjectgetConstructor in class TdApi.Object