copyWith method
Implementation
GetAttachedStickerSets copyWith({
int? fileId,
}) => GetAttachedStickerSets(
fileId: fileId ?? this.fileId,
);
GetAttachedStickerSets copyWith({
int? fileId,
}) => GetAttachedStickerSets(
fileId: fileId ?? this.fileId,
);