TrendingStickerSets constructor
const
TrendingStickerSets({
- required int totalCount,
- required List<
StickerSetInfo> sets, - required bool isPremium,
- dynamic extra,
- 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,
});