ViewTrendingStickerSets constructor

const ViewTrendingStickerSets({
  1. required List<int> stickerSetIds,
})

Informs the server that some trending sticker sets have been viewed by the user

Implementation

const ViewTrendingStickerSets({
  required this.stickerSetIds,
});