View Source ExTDLib.Method.GetTrendingStickerSets (ExTDLib v0.0.4)

Returns a list of trending sticker sets. For optimal performance, the number of returned sticker sets is chosen by TDLib. Returns object_ptr<TrendingStickerSets>.

NameTypeDescription
sticker_typeStickerTypeType of the sticker sets to return.
offsetnumberThe offset from which to return the sticker sets; must be non-negative.
limitnumberThe 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.

More details on telegram's documentation.