UpdateTrendingStickerSets constructor

const UpdateTrendingStickerSets({
  1. required StickerType stickerType,
  2. required TrendingStickerSets stickerSets,
  3. dynamic extra,
  4. int? clientId,
})

The list of trending sticker sets was updated or some of them were viewed

Implementation

const UpdateTrendingStickerSets({
  required this.stickerType,
  required this.stickerSets,
  this.extra,
  this.clientId,
});