copyWith method
Implementation
UpdateInstalledStickerSets copyWith({
StickerType? stickerType,
List<int>? stickerSetIds,
}) => UpdateInstalledStickerSets(
stickerType: stickerType ?? this.stickerType,
stickerSetIds: stickerSetIds ?? this.stickerSetIds,
);