haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetTrendingStickerSets

Synopsis

Documentation

data GetTrendingStickerSets Source #

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

Constructors

GetTrendingStickerSets 

Fields

  • sticker_type :: Maybe StickerType

    Type of the sticker sets to return

  • offset :: Maybe Int

    The offset from which to return the sticker sets; must be non-negative

  • limit :: Maybe 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