GetTrendingStickerSets constructor

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

Implementation

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