GetTrendingStickerSets constructor

const GetTrendingStickerSets({
  1. required StickerType stickerType,
  2. required int offset,
  3. required int limit,
})

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

Implementation

const GetTrendingStickerSets({
  required this.stickerType,
  required this.offset,
  required this.limit,
});