copyWith method
Implementation
UpdateTrendingStickerSets copyWith({
StickerType? stickerType,
TrendingStickerSets? stickerSets,
}) => UpdateTrendingStickerSets(
stickerType: stickerType ?? this.stickerType,
stickerSets: stickerSets ?? this.stickerSets,
);