haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetOwnedStickerSets

Synopsis

Documentation

data GetOwnedStickerSets Source #

Returns sticker sets owned by the current user. Returns StickerSets

Constructors

GetOwnedStickerSets 

Fields

  • offset_sticker_set_id :: Maybe Int

    Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning

  • limit :: Maybe Int

    The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit