UpdateTrendingStickerSets constructor

const UpdateTrendingStickerSets({
  1. required StickerSets stickerSets,
  2. dynamic extra,
  3. int? clientId,
})

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

Implementation

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