UpdateTrendingStickerSets constructor
UpdateTrendingStickerSets({
- String? extra,
- int? client_id,
- StickerType? sticker_type,
- TrendingStickerSets? sticker_sets,
Implementation
UpdateTrendingStickerSets({
super.extra,
super.client_id,
this.sticker_type,
this.sticker_sets,
});