GetInstalledStickerSets constructor

const GetInstalledStickerSets({
  1. required StickerType stickerType,
})

Returns a list of installed sticker sets

Implementation

const GetInstalledStickerSets({
  required this.stickerType,
});