TrendingStickerSets constructor

TrendingStickerSets({
  1. String? extra,
  2. int? client_id,
  3. int32? total_count,
  4. vector<StickerSetInfo>? sets,
  5. Bool? is_premium,
})

Implementation

TrendingStickerSets({
  super.extra,
  super.client_id,
  this.total_count,
  this.sets,
  this.is_premium,
});