TrendingStickerSets constructor

const TrendingStickerSets({
  1. required int totalCount,
  2. required List<StickerSetInfo> sets,
  3. required bool isPremium,
  4. dynamic extra,
  5. int? clientId,
})

Represents a list of trending sticker sets

Implementation

const TrendingStickerSets({
  required this.totalCount,
  required this.sets,
  required this.isPremium,
  this.extra,
  this.clientId,
});