TrendingStickerSets constructor
TrendingStickerSets({
- String? extra,
- int? client_id,
- int32? total_count,
- vector<
StickerSetInfo> ? sets,
Implementation
TrendingStickerSets({
super.extra,
super.client_id,
this.total_count,
this.sets,
this.is_premium,
});