- Enclosing class:
- TdApi
Returns a list of trending sticker
sets. For optimal performance, the
number of returned sticker sets is
chosen by TDLib.
Returns
StickerSets
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum number of sticker sets to be returned; up to 100.int
The offset from which to return the sticker sets; must be non-negative. -
Constructor Summary
ConstructorDescriptionReturns a list of trending sticker sets.GetTrendingStickerSets
(int offset, int limit) Returns a list of trending sticker sets.GetTrendingStickerSets
(DataInput input) Returns a list of trending sticker sets. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
offset
public int offsetThe offset from which to return the sticker sets; must be non-negative. -
limit
public int limitThe 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetTrendingStickerSets
public GetTrendingStickerSets()Returns a list of trending sticker sets. For optimal performance, the number of returned sticker sets is chosen by TDLib. ReturnsStickerSets
-
GetTrendingStickerSets
public GetTrendingStickerSets(int offset, int limit) Returns a list of trending sticker sets. For optimal performance, the number of returned sticker sets is chosen by TDLib. ReturnsStickerSets
- Parameters:
offset
- int The offset from which to return the sticker sets; must be non-negative.limit
- int 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.
-
GetTrendingStickerSets
Returns a list of trending sticker sets. For optimal performance, the number of returned sticker sets is chosen by TDLib. ReturnsStickerSets
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-