Skip to content

getOwnedStickerSets

Function · TDLib 1.8.67 · d1085f9c

Returns sticker sets owned by the current user

getOwnedStickerSets(
  offset_sticker_set_id: int64,
  limit: int32
) → StickerSets

offset_sticker_set_id

int64

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

limit

int32

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